From 38806e1dd87f9d6bf6e6a88634bdf342a4b6c74c Mon Sep 17 00:00:00 2001 From: Dirkjan Bussink Date: Tue, 22 Dec 2020 19:40:08 +0100 Subject: Remove no longer needed compatibility function Since OpenSSL 1.0.1 is the minimum version, this function is always available so no compatibility check is needed anymore. Signed-off-by: Dirkjan Bussink Reviewed-by: Jakub Jelen --- config.h.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index e708dd0b..b7a1c954 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -129,9 +129,6 @@ /* Define to 1 if you have the `CRYPTO_ctr128_encrypt' function. */ #cmakedefine HAVE_OPENSSL_CRYPTO_CTR128_ENCRYPT 1 -/* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */ -#cmakedefine HAVE_OPENSSL_EVP_CIPHER_CTX_NEW 1 - /* Define to 1 if you have the `EVP_KDF_CTX_new_id' function. */ #cmakedefine HAVE_OPENSSL_EVP_KDF_CTX_NEW_ID 1 -- cgit v1.2.3