From: root Date: Tue, 20 Feb 1996 15:06:47 +0000 (+0000) Subject: add getPassPhrase() X-Git-Tag: tznext/4.11.0.1.tizen20130304~11608 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ac23c2d72cc7a8cc9ecab131061af272468f5e8;p=tools%2Flibrpm-tizen.git add getPassPhrase() CVS patchset: 352 CVS date: 1996/02/20 15:06:47 --- 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);