passPhrase is arg to makeSignature()
CVS patchset: 350 CVS date: 1996/02/20 06:01:30
This commit is contained in:
parent
019c209d1a
commit
68e87d3653
|
@ -9,7 +9,7 @@
|
||||||
int readSignature(int fd, short sig_type, void **sig);
|
int readSignature(int fd, short sig_type, void **sig);
|
||||||
|
|
||||||
/* Generate a signature of data in file, write it to ofd */
|
/* 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. */
|
/* Verify data on fd with sig. */
|
||||||
/* If result is not NULL, fill it with status info. */
|
/* If result is not NULL, fill it with status info. */
|
||||||
|
|
Loading…
Reference in New Issue