From: Gunnar Beutner Date: Tue, 26 Jan 2016 07:35:29 +0000 (+0100) Subject: Add missing comment X-Git-Tag: v2.4.2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e11836791db8a9f43f058fe34555564820fa85c;p=icinga2 Add missing comment refs #10988 --- 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);