mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-07 06:36:52 +02:00
enable post quantum back
This commit is contained in:
parent
db67126581
commit
2631255b46
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