Try to fix the build: OpenSSL 1.0.2k already has the EVP inline functions.

This commit is contained in:
martin 2018-02-05 10:26:06 +00:00
parent e561f679fe
commit cd829b9d79

View File

@ -28,7 +28,7 @@
#include <openssl/evp.h>
#include <openssl/opensslv.h>
#if OPENSSL_VERSION_NUMBER < 0x10100000L
#if OPENSSL_VERSION_NUMBER < 0x100020bfL
#include <stdlib.h> /* malloc, free */
#include <string.h> /* memset */
static inline EVP_MD_CTX *EVP_MD_CTX_new(void)