add getPassPhrase()
authorroot <devnull@localhost>
Tue, 20 Feb 1996 15:06:47 +0000 (15:06 +0000)
committerroot <devnull@localhost>
Tue, 20 Feb 1996 15:06:47 +0000 (15:06 +0000)
CVS patchset: 352
CVS date: 1996/02/20 15:06:47

lib/signature.h

index ae02aad..65d044a 100644 (file)
@@ -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);