]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: don't show prefer-server-ciphers output
authorLukas Tribus <luky-37@hotmail.com>
Wed, 11 Jan 2017 22:47:18 +0000 (22:47 +0000)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Jan 2017 06:45:45 +0000 (07:45 +0100)
commit3eb5b3fdd314a086cfcc04e3160dbc82e03d834a
tree434082f3c787f0de5998295953ef615387c719ad
parent77ee7526deab920a2846d35365392127596ccd8f
MINOR: ssl: don't show prefer-server-ciphers output

The output of whether prefer-server-ciphers is supported by OpenSSL
actually always show yes in 1.8, because SSL_OP_CIPHER_SERVER_PREFERENCE
is redefined before the actual check in src/ssl_sock.c, since it was
moved from here from src/haproxy.c.

Since this is not really relevant anymore as we don't support OpenSSL
< 0.9.7 anyway, this change just removes this output.
src/ssl_sock.c