passPhrase is arg to makeSignature()
authorroot <devnull@localhost>
Tue, 20 Feb 1996 06:01:30 +0000 (06:01 +0000)
committerroot <devnull@localhost>
Tue, 20 Feb 1996 06:01:30 +0000 (06:01 +0000)
CVS patchset: 350
CVS date: 1996/02/20 06:01:30

lib/signature.h

index d4249d9..ae02aad 100644 (file)
@@ -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. */