]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: Fix compilation without deprecated OpenSSL 1.1 APIs
authorRosen Penev <rosenp@gmail.com>
Fri, 14 Dec 2018 16:47:02 +0000 (08:47 -0800)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Dec 2018 15:34:38 +0000 (16:34 +0100)
commit6818595b570d186c72447c44a0a9b08b44c234f1
tree2763193af8759dfedf1b837417395d8caf746a2c
parentc11ec4a6d5730638cae3fec0790272c50eecb971
BUILD: ssl: Fix compilation without deprecated OpenSSL 1.1 APIs

Removing deprecated APIs is an optional part of OpenWrt's build system to
save some space on embedded devices.

Also added compatibility for LibreSSL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
src/ssl_sock.c