diff options
Diffstat (limited to 'cipher/md.h')
-rw-r--r-- | cipher/md.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cipher/md.h b/cipher/md.h index e55a99ee0..2d45a1273 100644 --- a/cipher/md.h +++ b/cipher/md.h @@ -55,6 +55,9 @@ typedef struct { } while(0) /*-- md.c --*/ +int string_to_digest_algo( const char *string ); +const char * digest_algo_to_string( int algo ); +int check_digest_algo( int algo ); MD_HANDLE md_open( int algo, int secure ); void md_enable( MD_HANDLE hd, int algo ); MD_HANDLE md_copy( MD_HANDLE a ); |