[TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-op
commit38d00abd8f75b2b6437babe8d66390aea71a6164
authorGlenn Strauss <gstrauss@gluelogic.com>
Fri, 23 Dec 2016 12:36:30 +0000 (23 07:36 -0500)
committerGlenn Strauss <gstrauss@gluelogic.com>
Fri, 23 Dec 2016 12:36:30 +0000 (23 07:36 -0500)
tree4b34c83d4bd8866f7cf9f1bec9a5d1b917b46210
parenta09d80dfd18258f0e56dbd67323024628bf01a9e
[TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-op

silence coverity warning

openssl 1.1.0 makes SSL_OP_NO_SSLv2 flag a no-op, leading to
logically dead code when used with openssl 1.1.0.  However, the code
is still valid with earlier openssl versions, and so must be preserved.
src/network.c