BUG/MINOR: ssl: Wrong usage of shctx_init().
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 25 Oct 2018 18:22:46 +0000 (20:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2018 02:54:40 +0000 (04:54 +0200)
commit4c8aa117f9bda3b5253f03ad5a7135a9165060f5
tree1aa076e29a56b3172400866e8b9811823577df2c
parentbc584494e625983f16f35982aa6dd6889e8dd222
BUG/MINOR: ssl: Wrong usage of shctx_init().

With this patch we check that shctx_init() does not return 0.

Must be backported to 1.8.
src/ssl_sock.c