summaryrefslogtreecommitdiff
path: root/cipher/md.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/md.h')
-rw-r--r--cipher/md.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/md.h b/cipher/md.h
index dcdfe800..961f6171 100644
--- a/cipher/md.h
+++ b/cipher/md.h
@@ -58,6 +58,7 @@ void md_write( MD_HANDLE a, byte *inbuf, size_t inlen);
void md_final(MD_HANDLE a);
byte *md_read( MD_HANDLE a, int algo );
int md_get_algo( MD_HANDLE a );
+int md_digest_length( int algo );
const byte *md_asn_oid( int algo, size_t *asnlen, size_t *mdlen );
#define md_is_secure(a) ((a)->secure)