]> git.kaiwu.me - haproxy.git/commit
CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER
authorWilly Tarreau <w@1wt.eu>
Thu, 9 May 2019 12:13:35 +0000 (14:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 May 2019 12:26:39 +0000 (14:26 +0200)
commit5db847ab6530eb2da7ba246243d1a9ac791417e3
treea39e5ad349d1a9c59c4cfc8f01376e8f6085cfe7
parent1d158ab12dc15ab7afaa00530a5ee31cdb8ba2d8
CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER

They were all check to comply with the advertised openssl version. Now
that libressl doesn't pretend to be a more recent openssl anymore, we
can simply rely on the regular openssl version tests without having to
deal with exceptions for libressl.
src/backend.c
src/cli.c
src/haproxy.c
src/server.c
src/ssl_sock.c