From 872c81c2b24f46395e0f50efb8bd34836127e55b Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Mon, 6 Nov 2023 10:17:51 +0100 Subject: [PATCH] Cleanup libssl.cc #ifdef --- pdns/libssl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/libssl.cc b/pdns/libssl.cc index 8a1fbb894b..fa37b3e62c 100644 --- a/pdns/libssl.cc +++ b/pdns/libssl.cc @@ -939,7 +939,7 @@ std::pair, std::vector(fopen(pair.d_cert.c_str(), "r"), fclose); if (!fp) { -- 2.47.2