From 32764ae378dc355b80d957cba5aabda8183a1398 Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 8 Feb 2019 13:49:29 -0500 Subject: [PATCH] bump i2pd. fix build error --- famtool.cpp | 3 ++- i2pd | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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