From bbc215d3bd04695a70820da2ed3a71ce1368de4c Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 13 Mar 2024 08:51:04 +0100 Subject: [PATCH] CLEANUP: ssl: remove useless #ifdef in openssl-compat.h Remove a useless #ifdef in openssl-compat.h --- include/haproxy/openssl-compat.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/haproxy/openssl-compat.h b/include/haproxy/openssl-compat.h index 7cd21a8fd..3dc916d3f 100644 --- a/include/haproxy/openssl-compat.h +++ b/include/haproxy/openssl-compat.h @@ -319,11 +319,6 @@ static inline int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s) #endif - -#if (HA_OPENSSL_VERSION_NUMBER < 0x10101000L) -#endif - - #if (HA_OPENSSL_VERSION_NUMBER < 0x3000000fL) #if defined(SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB) #define SSL_CTX_set_tlsext_ticket_key_evp_cb SSL_CTX_set_tlsext_ticket_key_cb