include: Fix build on platforms without ECC.

This commit is contained in:
Andreas Schneider
2013-10-21 07:15:59 +02:00
parent 6a6e85752e
commit 5baa6aed6b

View File

@@ -40,6 +40,8 @@ typedef MD5_CTX* MD5CTX;
typedef HMAC_CTX* HMACCTX;
#ifdef HAVE_ECC
typedef EVP_MD_CTX *EVPCTX;
#else
typedef void *EVPCTX;
#endif
#define SHA_DIGEST_LEN SHA_DIGEST_LENGTH