diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c index 80d3dfe..04833a5 100644 --- a/src/openssl.c +++ b/src/openssl.c | |||
@@ -1497,7 +1497,7 @@ static EVP_CIPHER_CTX *compat_EVP_CIPHER_CTX_new(void) { | |||
1497 | #endif | 1497 | #endif |
1498 | 1498 | ||
1499 | #if !HAVE_EVP_MD_CTX_NEW | 1499 | #if !HAVE_EVP_MD_CTX_NEW |
1500 | #define EVP_MD_CTX_new(md) EVP_MD_CTX_create() | 1500 | #define EVP_MD_CTX_new() EVP_MD_CTX_create() |
1501 | #endif | 1501 | #endif |
1502 | 1502 | ||
1503 | #if !HAVE_EVP_PKEY_ID | 1503 | #if !HAVE_EVP_PKEY_ID |