aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-08-06 21:17:11 +0000
committerDavid Shaw <[email protected]>2005-08-06 21:17:11 +0000
commit953601203436e84e5e0bc70a857dfe913510c36d (patch)
treefd0c6df5511a2e317826c70d34dc55d849496e12
parent* g10.c (main), passphrase.c (set_passphrase_from_string): New (diff)
downloadgnupg-953601203436e84e5e0bc70a857dfe913510c36d.tar.gz
gnupg-953601203436e84e5e0bc70a857dfe913510c36d.zip
Missed keydb.h entry for set_passphrase_from_string
-rw-r--r--g10/keydb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/keydb.h b/g10/keydb.h
index bf7ccd1d9..add6f02da 100644
--- a/g10/keydb.h
+++ b/g10/keydb.h
@@ -198,6 +198,7 @@ typedef int assuan_error_t;
typedef void *assuan_context_t;
#endif
int have_static_passphrase(void);
+void set_passphrase_from_string(const char *pass);
void read_passphrase_from_fd( int fd );
void passphrase_clear_cache ( u32 *keyid, const char *cacheid, int algo );
char *ask_passphrase (const char *description,