From 7ac23c2d72cc7a8cc9ecab131061af272468f5e8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 Feb 1996 15:06:47 +0000 Subject: [PATCH] add getPassPhrase() CVS patchset: 352 CVS date: 1996/02/20 15:06:47 --- lib/signature.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/signature.h b/lib/signature.h index ae02aad..65d044a 100644 --- a/lib/signature.h +++ b/lib/signature.h @@ -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); -- 2.7.4