wrapper: Fix compilation with gcrypt.

This commit is contained in:
Andreas Schneider
2013-10-19 10:39:00 +02:00
parent beeca3c650
commit b98ea81903

View File

@@ -29,6 +29,7 @@
typedef gcry_md_hd_t SHACTX;
typedef gcry_md_hd_t MD5CTX;
typedef gcry_md_hd_t HMACCTX;
typedef void *EVPCTX;
#define SHA_DIGEST_LENGTH 20
#define SHA_DIGEST_LEN SHA_DIGEST_LENGTH
#define MD5_DIGEST_LEN 16