From: William Lallemand Date: Wed, 13 Mar 2024 07:51:04 +0000 (+0100) Subject: CLEANUP: ssl: remove useless #ifdef in openssl-compat.h X-Git-Tag: v3.0-dev6~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbc215d3bd04695a70820da2ed3a71ce1368de4c;p=thirdparty%2Fhaproxy.git CLEANUP: ssl: remove useless #ifdef in openssl-compat.h Remove a useless #ifdef in openssl-compat.h --- diff --git a/include/haproxy/openssl-compat.h b/include/haproxy/openssl-compat.h index 7cd21a8fd3..3dc916d3f1 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