mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed race condition with openssl 3.2.0
This commit is contained in:
parent
69ee6112b3
commit
302af823a3
2 changed files with 25 additions and 15 deletions
|
@ -304,7 +304,6 @@ namespace crypto
|
|||
private:
|
||||
|
||||
#if OPENSSL_EDDSA
|
||||
EVP_MD_CTX * m_MDCtx;
|
||||
EVP_PKEY * m_Pkey;
|
||||
#else
|
||||
EDDSAPoint m_PublicKey;
|
||||
|
@ -342,7 +341,6 @@ namespace crypto
|
|||
|
||||
private:
|
||||
|
||||
EVP_MD_CTX * m_MDCtx;
|
||||
EVP_PKEY * m_Pkey;
|
||||
EDDSA25519SignerCompat * m_Fallback;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue