Add missing comment

refs #10988
This commit is contained in:
Gunnar Beutner 2016-01-26 08:35:29 +01:00
parent d1cc56bbaa
commit 6e11836791
1 changed files with 1 additions and 1 deletions

View 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);