diff options
author | Werner Koch <wk@gnupg.org> | 1998-06-13 19:00:02 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-06-13 19:00:02 +0200 |
commit | e662bf708b4f24ec36b4ec8d26e66e4381bddeda (patch) | |
tree | 63f6024556241d73918e22ce678ba91a07d24537 /g10/keydb.h | |
parent | a whole bunch of internal cleanups (diff) | |
download | gnupg2-e662bf708b4f24ec36b4ec8d26e66e4381bddeda.tar.xz gnupg2-e662bf708b4f24ec36b4ec8d26e66e4381bddeda.zip |
gnupg extension are now working
Diffstat (limited to 'g10/keydb.h')
-rw-r--r-- | g10/keydb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/keydb.h b/g10/keydb.h index 1cd6457a3..07d9115b3 100644 --- a/g10/keydb.h +++ b/g10/keydb.h @@ -109,7 +109,8 @@ void add_secret_keyring( const char *name ); int get_pubkey( PKT_public_cert *pkc, u32 *keyid ); int get_pubkey_byname( PKT_public_cert *pkc, const char *name ); int get_seckey( PKT_secret_cert *skc, u32 *keyid ); -int get_keyblock_byfprint( KBNODE *ret_keyblock, const byte *fprint ); +int get_keyblock_byfprint( KBNODE *ret_keyblock, const byte *fprint, + size_t fprint_len ); int seckey_available( u32 *keyid ); int get_seckey_byname( PKT_secret_cert *skc, const char *name, int unlock ); int enum_secret_keys( void **context, PKT_secret_cert *skc ); |