aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/md.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-02-12 14:39:08 +0000
committerWerner Koch <[email protected]>1998-02-12 14:39:08 +0000
commitfec94908c399bdcc68b61e9142a2e4602312936f (patch)
tree761673f7e6f57d2543143eda432781459b94cefa /cipher/md.h
parentbug fixes (diff)
downloadgnupg-fec94908c399bdcc68b61e9142a2e4602312936f.tar.gz
gnupg-fec94908c399bdcc68b61e9142a2e4602312936f.zip
added zlib and reorgnaized some stuff
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 7a710e795..fc5d28df6 100644
--- a/cipher/md.h
+++ b/cipher/md.h
@@ -56,6 +56,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 );
+const byte *md_asn_oid( int algo, size_t *asnlen, size_t *mdlen );
#define md_is_secure(a) ((a)->secure)
#endif /*G10_MD_H*/