add getPassPhrase()
CVS patchset: 352 CVS date: 1996/02/20 15:06:47
This commit is contained in:
parent
db1590def9
commit
7ac23c2d72
|
@ -17,3 +17,6 @@ int verifySignature(int fd, short sig_type, void *sig, char *result);
|
|||
|
||||
/* Return type of signature in effect for building */
|
||||
unsigned short sigLookupType(void);
|
||||
|
||||
/* Utility to read a pass phrase from the user */
|
||||
char *getPassPhrase(char *prompt);
|
||||
|
|
Loading…
Reference in New Issue