commit | 581cc8d2b8295b46aa0b7b28a88aa53e12e551dd | [log] [tgz] |
---|---|---|
author | Lukas Tribus <luky-37@hotmail.com> | Mon Aug 18 00:56:30 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Aug 18 14:33:48 2014 +0200 |
tree | 884f3a4b6e6d9589786ee4596fad2aeb24303683 | |
parent | 12cb00b216d67468b7c4bd84abedcb4ecd1a32bc [diff] |
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>