aboutsummaryrefslogtreecommitdiffstats
path: root/include/cipher.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-04-08 19:49:02 +0000
committerWerner Koch <[email protected]>1998-04-08 19:49:02 +0000
commit8b10a87908f4d382735a046e7d043ebc250d8d67 (patch)
tree9c4255d5cd84df663f9a7001b7b6277e53cf6e6e /include/cipher.h
parentNew tests (diff)
downloadgnupg-8b10a87908f4d382735a046e7d043ebc250d8d67.tar.gz
gnupg-8b10a87908f4d382735a046e7d043ebc250d8d67.zip
test release
Diffstat (limited to '')
-rw-r--r--include/cipher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h
index 0dfcf3e17..87440ef8d 100644
--- a/include/cipher.h
+++ b/include/cipher.h
@@ -97,6 +97,7 @@ int string_to_digest_algo( const char *string );
const char * pubkey_algo_to_string( int algo );
const char * digest_algo_to_string( int algo );
int check_pubkey_algo( int algo );
+int check_pubkey_algo2( int algo, unsigned usage );
int check_digest_algo( int algo );
/*-- smallprime.c --*/