BUILD: ssl: don't call get_rfc2409_prime when using boringssl
authorLukas Tribus <luky-37@hotmail.com>
Sun, 17 Aug 2014 22:56:32 +0000 (00:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 18 Aug 2014 12:33:48 +0000 (14:33 +0200)
commit4c0d45a861e296fc78b77a65d79d5e6e927260e7
tree50f4be115fc01db2ab43124c36af2d3b4a798b3c
parent656c5fa7e859aebedfb79e4626ad88147637ab4c
BUILD: ssl: don't call get_rfc2409_prime when using boringssl

get_rfc2409_prime_1024() and friends are not available in Google's
boringssl, so use the fallback in that case.

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