BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL
authorWilly Tarreau <w@1wt.eu>
Mon, 30 Aug 2021 07:35:18 +0000 (09:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 30 Aug 2021 07:39:24 +0000 (09:39 +0200)
commitb131049eb5ba5b0e7c02eea10ce9763da4428abe
treee68c8265d14761712a7a0030dfc3d6cd73ccc083
parentea57a9b103f8a9e8e7a5d0cc5b03fa8ba59543a8
BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL

One was in backend.c and the other one in hlua.c. No other candidate
was found with "git grep '^#if\s*USE'". It's worth noting that 3
other such tests exist for SSL_OP_NO_{SSLv3,TLSv1_1,TLSv1_2} but
that these ones are properly set to 0 in openssl-compat.h when not
defined.
src/backend.c
src/hlua.c