Skip to content

Commit

Permalink
always initialize m_Pkey
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Mar 29, 2019
1 parent 0797989 commit cdb217b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libi2pd/Signature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ namespace i2p
namespace crypto
{
#if OPENSSL_EDDSA
EDDSA25519Verifier::EDDSA25519Verifier ()
EDDSA25519Verifier::EDDSA25519Verifier ():
m_Pkey (nullptr)
{
m_MDCtx = EVP_MD_CTX_create ();
}
Expand Down

0 comments on commit cdb217b

Please sign in to comment.