]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: ssl: remove useless #ifdef in openssl-compat.h
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 13 Mar 2024 07:51:04 +0000 (08:51 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 13 Mar 2024 07:51:04 +0000 (08:51 +0100)
Remove a useless #ifdef in openssl-compat.h

include/haproxy/openssl-compat.h

index 7cd21a8fd36c50fa0d5400ee9888334800399e4b..3dc916d3f1bd19b9d3e3b5eb0c07001a347008d3 100644 (file)
@@ -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