summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ssl_key_handler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ssl_key_handler.hpp b/include/ssl_key_handler.hpp
index 9a2e877b35..e309d70a30 100644
--- a/include/ssl_key_handler.hpp
+++ b/include/ssl_key_handler.hpp
@@ -42,7 +42,7 @@ inline bool verifyOpensslKeyCert(const std::string &filepath)
std::cout << "Found an RSA key\n";
if (RSA_check_key(rsa) == 1)
{
- // private_key_valid = true;
+ privateKeyValid = true;
}
else
{