mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Revert LibreSSL workaround when LibreSSL version >= 4.0.0
This commit is contained in:
@@ -997,7 +997,7 @@ namespace crypto
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#if defined(LIBRESSL_VERSION_NUMBER)
|
#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x4000000fL
|
||||||
std::vector<uint8_t> m(msgLen + 16);
|
std::vector<uint8_t> m(msgLen + 16);
|
||||||
if (msg == buf)
|
if (msg == buf)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user