diff options
author | Werner Koch <wk@gnupg.org> | 1999-02-16 14:16:33 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-02-16 14:16:33 +0100 |
commit | e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed (patch) | |
tree | 31dd54ac26b4c3fc30cc93d66161e72bf4cf7927 /include/cipher.h | |
parent | See ChangeLog: Sat Feb 13 14:13:04 CET 1999 Werner Koch (diff) | |
download | gnupg2-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.tar.xz gnupg2-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.zip |
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
Diffstat (limited to 'include/cipher.h')
-rw-r--r-- | include/cipher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cipher.h b/include/cipher.h index 55a566264..8e7012fa3 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -144,7 +144,7 @@ void cipher_sync( CIPHER_HANDLE c ); int string_to_pubkey_algo( const char *string ); const char * pubkey_algo_to_string( int algo ); int check_pubkey_algo( int algo ); -int check_pubkey_algo2( int algo, unsigned usage ); +int check_pubkey_algo2( int algo, unsigned use ); int pubkey_get_npkey( int algo ); int pubkey_get_nskey( int algo ); int pubkey_get_nsig( int algo ); |