]> granicus.if.org Git - icinga2/commitdiff
Add missing comment
authorGunnar Beutner <gunnar@beutner.name>
Tue, 26 Jan 2016 07:35:29 +0000 (08:35 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 26 Jan 2016 07:35:29 +0000 (08:35 +0100)
refs #10988

lib/base/tlsutility.cpp

index cc6efe5890f671cce3a0adc0f871c2811384ccf9..5040013cc8601da2e79c4d925845c08c0e9d8557 100644 (file)
@@ -89,7 +89,7 @@ boost::shared_ptr<SSL_CTX> 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);