From 23edd6cb8f40979132209147a41286a8cac4cf27 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 26 Jan 2016 08:35:29 +0100 Subject: [PATCH] Add missing comment refs #10988 --- lib/base/tlsutility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base/tlsutility.cpp b/lib/base/tlsutility.cpp index cc6efe589..5040013cc 100644 --- a/lib/base/tlsutility.cpp +++ b/lib/base/tlsutility.cpp @@ -89,7 +89,7 @@ boost::shared_ptr MakeSSLContext(const String& pubkey, const String& pr #ifdef SSL_OP_NO_COMPRESSION flags |= SSL_OP_NO_COMPRESSION; -#endif +#endif /* SSL_OP_NO_COMPRESSION */ SSL_CTX_set_options(sslContext.get(), flags); -- 2.40.0