1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Provide a useful pinentry prompt.

This commit is contained in:
Werner Koch 2010-04-27 14:11:41 +00:00
parent 5b341a9a47
commit 03d34be425
5 changed files with 65 additions and 5 deletions

View file

@ -195,6 +195,9 @@ void set_next_passphrase( const char *s );
char *get_last_passphrase(void);
void next_to_last_passphrase(void);
char *gpg_format_keydesc (PKT_public_key *pk, int escaped);
/*-- getkey.c --*/
void cache_public_key( PKT_public_key *pk );
void getkey_disable_caches(void);