Skip to content

Commit

Permalink
Add missing comment
Browse files Browse the repository at this point in the history
refs #10988
  • Loading branch information
gunnarbeutner committed Jan 26, 2016
1 parent d412a90 commit 23edd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base/tlsutility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 23edd6c

Please sign in to comment.