From e844a2cef9aeadbeea26531f98e5fe8b0b2f4dd1 Mon Sep 17 00:00:00 2001 From: B00mX0r Date: Thu, 31 Jan 2019 01:26:06 -0800 Subject: Fix a minor typo in ssl.h --- include/modules/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/modules/ssl.h b/include/modules/ssl.h index 69bd65009..701c0d1f4 100644 --- a/include/modules/ssl.h +++ b/include/modules/ssl.h @@ -206,7 +206,7 @@ class SSLIOHook : public IOHook std::string GetFingerprint() const { ssl_cert* cert = GetCertificate(); - if (cert && certificate->IsUsable()) + if (cert && cert->IsUsable()) return cert->GetFingerprint(); return ""; } -- cgit v1.2.3