aboutsummaryrefslogtreecommitdiffstats
path: root/include/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/cipher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h
index 7262d5c66..d0fe788ae 100644
--- a/include/cipher.h
+++ b/include/cipher.h
@@ -73,6 +73,9 @@ int cipher_debug_mode;
int string_to_cipher_algo( const char *string );
int string_to_pubkey_algo( const char *string );
int string_to_digest_algo( const char *string );
+const char * cipher_algo_to_string( int algo );
+const char * pubkey_algo_to_string( int algo );
+const char * digest_algo_to_string( int algo );
int check_cipher_algo( int algo );
int check_pubkey_algo( int algo );
int check_digest_algo( int algo );