fixed race condition with openssl 3.2.0

This commit is contained in:
orignal 2023-12-30 15:55:53 -05:00
parent 69ee6112b3
commit 302af823a3
2 changed files with 25 additions and 15 deletions

View file

@ -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;
};