diff options
author | Werner Koch <[email protected]> | 1998-06-13 17:00:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-06-13 17:00:02 +0000 |
commit | e662bf708b4f24ec36b4ec8d26e66e4381bddeda (patch) | |
tree | 63f6024556241d73918e22ce678ba91a07d24537 /cipher/md.h | |
parent | a whole bunch of internal cleanups (diff) | |
download | gnupg-e662bf708b4f24ec36b4ec8d26e66e4381bddeda.tar.gz gnupg-e662bf708b4f24ec36b4ec8d26e66e4381bddeda.zip |
gnupg extension are now working
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 ); |