include: Fix build on platforms without ECC.

This commit is contained in:
Andreas Schneider
2013-10-21 07:15:59 +02:00
parent 2727af0fe6
commit 3911046f7e

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