diff --git a/famtool.cpp b/famtool.cpp index 832f3f6..81d5c00 100644 --- a/famtool.cpp +++ b/famtool.cpp @@ -73,7 +73,8 @@ static std::shared_ptr LoadCertificate (const std::string& filename) bn2buf (x, signingKey, 32); bn2buf (y, signingKey + 32, 32); BN_free (x); BN_free (y); - verifier = std::make_shared(signingKey); + verifier = std::make_shared(); + verifier->SetPublicKey (signingKey); } } EC_KEY_free (ecKey); diff --git a/i2pd b/i2pd index df304fb..1eb726c 160000 --- a/i2pd +++ b/i2pd @@ -1 +1 @@ -Subproject commit df304fb38b07790dc42bb8f73262fa8a3b7111d0 +Subproject commit 1eb726c9bb07eb989c55e56495f9ab2aec7bb6d0