diff options
author | thegeorg <[email protected]> | 2025-08-24 15:59:56 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2025-08-24 16:16:25 +0300 |
commit | 44b8a2e37ee4a558fdbcb5cc4ebd38f3c624586f (patch) | |
tree | 104fc4605093a1fdfb55d15a20003cef3b91e802 /contrib/libs/libevent/openssl-compat.h | |
parent | 70416efb6bec4e0daeb6f70711260a2185e18fa5 (diff) |
Bump nixpkgs revision to 24.05
commit_hash:5adc9b27af48577e01225ed6df2f1cc0c2d7e7db
Diffstat (limited to 'contrib/libs/libevent/openssl-compat.h')
-rw-r--r-- | contrib/libs/libevent/openssl-compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/libs/libevent/openssl-compat.h b/contrib/libs/libevent/openssl-compat.h index a23e34251b9..f5de25539fd 100644 --- a/contrib/libs/libevent/openssl-compat.h +++ b/contrib/libs/libevent/openssl-compat.h @@ -40,7 +40,8 @@ static inline BIO_METHOD *BIO_meth_new(int type, const char *name) #endif /* (OPENSSL_VERSION_NUMBER < 0x10100000L) || \ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) */ -#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L +#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L && \ + LIBRESSL_VERSION_NUMBER < 0x30500000L #define BIO_get_init(b) (b)->init #endif |