1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-24 01:54:33 +00:00
This commit is contained in:
orignal 2024-07-30 08:13:24 -04:00
parent fe740249a5
commit db4208e2e2

View File

@ -32,7 +32,7 @@
# define OPENSSL_HKDF 1
# define OPENSSL_EDDSA 1
# define OPENSSL_X25519 1
# if (OPENSSL_VERSION_NUMBER != 0x030000000) // 3.0.0, regression in SipHash
# if (!defined(LIBRESSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER != 0x030000000)) // 3.0.0, regression in SipHash, not implemented in LibreSSL
# define OPENSSL_SIPHASH 1
# endif
#endif