passPhrase is arg to makeSignature()

CVS patchset: 350
CVS date: 1996/02/20 06:01:30
This commit is contained in:
root 1996-02-20 06:01:30 +00:00
parent 019c209d1a
commit 68e87d3653
1 changed files with 1 additions and 1 deletions

View 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. */