From 68e87d3653bdd334afc2ff1b9e3a6ae0e09f75ee Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 Feb 1996 06:01:30 +0000 Subject: [PATCH] passPhrase is arg to makeSignature() CVS patchset: 350 CVS date: 1996/02/20 06:01:30 --- lib/signature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/signature.h b/lib/signature.h index d4249d900..ae02aad3f 100644 --- a/lib/signature.h +++ b/lib/signature.h @@ -9,7 +9,7 @@ int readSignature(int fd, short sig_type, void **sig); /* Generate a signature of data in file, write it to ofd */ -int makeSignature(char *file, short sig_type, int ofd); +int makeSignature(char *file, short sig_type, int ofd, char *passPhrase); /* Verify data on fd with sig. */ /* If result is not NULL, fill it with status info. */