mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-04 21:36:23 +02:00
disable post-quantum for release
This commit is contained in:
parent
e6b742a172
commit
021431d97a
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@
|
||||||
# if (!defined(LIBRESSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER != 0x030000000)) // 3.0.0, regression in SipHash, not implemented in LibreSSL
|
# if (!defined(LIBRESSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER != 0x030000000)) // 3.0.0, regression in SipHash, not implemented in LibreSSL
|
||||||
# define OPENSSL_SIPHASH 1
|
# define OPENSSL_SIPHASH 1
|
||||||
# endif
|
# endif
|
||||||
# if (OPENSSL_VERSION_NUMBER >= 0x030500000) // 3.5.0
|
//# if (OPENSSL_VERSION_NUMBER >= 0x030500000) // 3.5.0
|
||||||
# define OPENSSL_PQ 1
|
//# define OPENSSL_PQ 1
|
||||||
# endif
|
//# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace i2p
|
namespace i2p
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue