diff options
author | Werner Koch <wk@gnupg.org> | 1999-07-15 10:16:46 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-07-15 10:16:46 +0200 |
commit | a316550579f16fba4200e6deeb5905f549a5fcc3 (patch) | |
tree | 54dcf4ec1609638eee69c0099b19d851c7f98087 /include/cipher.h | |
parent | See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner Koch (diff) | |
download | gnupg2-a316550579f16fba4200e6deeb5905f549a5fcc3.tar.xz gnupg2-a316550579f16fba4200e6deeb5905f549a5fcc3.zip |
See ChangeLog: Thu Jul 15 10:15:35 CEST 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r-- | include/cipher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h index a420f4f6b..a3f0eeba2 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -128,6 +128,7 @@ void rmd160_hash_buffer( char *outbuf, const char *buffer, size_t length ); /*-- cipher.c --*/ int string_to_cipher_algo( const char *string ); const char * cipher_algo_to_string( int algo ); +void disable_cipher_algo( int algo ); int check_cipher_algo( int algo ); unsigned cipher_get_keylen( int algo ); unsigned cipher_get_blocksize( int algo ); @@ -147,6 +148,7 @@ void cipher_sync( CIPHER_HANDLE c ); int string_to_pubkey_algo( const char *string ); const char * pubkey_algo_to_string( int algo ); +void disable_pubkey_algo( int algo ); int check_pubkey_algo( int algo ); int check_pubkey_algo2( int algo, unsigned use ); int pubkey_get_npkey( int algo ); |