]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: handle boringssl in openssl version detection
authorLukas Tribus <luky-37@hotmail.com>
Sun, 17 Aug 2014 22:56:30 +0000 (00:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 18 Aug 2014 12:33:48 +0000 (14:33 +0200)
commit581cc8d2b8295b46aa0b7b28a88aa53e12e551dd
tree884f3a4b6e6d9589786ee4596fad2aeb24303683
parent12cb00b216d67468b7c4bd84abedcb4ecd1a32bc
BUILD: ssl: handle boringssl in openssl version detection

Google's boringssl doesn't have OPENSSL_VERSION_TEXT, SSLeay_version()
or SSLEAY_VERSION, in fact, it doesn't have any real versioning, its
just git-based.

So in case we build against boringssl, we can't access those values.

Instead, we just inform the user that HAProxy was build against
boringssl.

Signed-off-by: Lukas Tribus <luky-37@hotmail.com>
src/haproxy.c