]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: set SSL_SOCK_NUM_KEYTYPES with openssl < 1.0.2
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Dec 2015 10:28:33 +0000 (11:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Dec 2015 10:28:33 +0000 (11:28 +0100)
commit30da7ad8094f1bb9968f0eac75ed4aa3d2d1d500
treeebd3d125690bdc23387b8033dcc4f74abfb4ebac
parentbe2774dd354c2b6c26bab07275f8c76557376389
BUILD: ssl: set SSL_SOCK_NUM_KEYTYPES with openssl < 1.0.2

Last patch unfortunately broke build with openssl older than 1.0.2.
Let's just define a single key type in this case.
src/ssl_sock.c