]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD/medium: ssl: Fix build with OpenSSL < 1.1.0
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 18 Apr 2019 13:58:15 +0000 (15:58 +0200)
committerOlivier Houchard <cognet@ci0.org>
Thu, 18 Apr 2019 13:58:58 +0000 (15:58 +0200)
commit66a7b3302a47a444172bb68b37adca1e778f8d19
treeab96d15322339a2e00b5ef0611603e3b38a289f5
parenta8955d57ed367ad85e7261d3a0102007ea2e2d52
BUILD/medium: ssl: Fix build with OpenSSL < 1.1.0

Make sure it builds with OpenSSL < 1.1.0, a lot of the BIO_get/set methods
were introduced with OpenSSL 1.1.0, so fallback with the old way of doing
things if needed.
src/ssl_sock.c