aboutsummaryrefslogtreecommitdiffstats
path: root/src/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openssl.c')
-rw-r--r--src/openssl.c2
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) {
#endif
#if !HAVE_EVP_MD_CTX_NEW
-#define EVP_MD_CTX_new(md) EVP_MD_CTX_create()
+#define EVP_MD_CTX_new() EVP_MD_CTX_create()
#endif
#if !HAVE_EVP_PKEY_ID