diff options
Diffstat (limited to 'g10/keydb.h')
-rw-r--r-- | g10/keydb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/keydb.h b/g10/keydb.h index 4e8f3f291..35512bb07 100644 --- a/g10/keydb.h +++ b/g10/keydb.h @@ -252,14 +252,14 @@ int have_static_passphrase(void); const char *get_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 ); +void passphrase_clear_cache (const char *cacheid); DEK *passphrase_to_dek_ext(u32 *keyid, int pubkey_algo, int cipher_algo, STRING2KEY *s2k, int mode, const char *tryagain_text, const char *custdesc, const char *custprompt, int *canceled); -DEK *passphrase_to_dek( u32 *keyid, int pubkey_algo, - int cipher_algo, STRING2KEY *s2k, int mode, +DEK *passphrase_to_dek (int cipher_algo, STRING2KEY *s2k, + int create, int nocache, const char *tryagain_text, int *canceled); void set_next_passphrase( const char *s ); char *get_last_passphrase(void); |