BUILD/MINOR: ssl: Fix compilation with SSL enabled
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Mon, 17 May 2021 09:45:55 +0000 (11:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 17 May 2021 09:53:21 +0000 (11:53 +0200)
commitd75b99e69c0661193d21115b659068a9db183573
treea493d0d0b4af8c1f1f1fb91f6b9d8849c6eebaec
parent3c222bd99c537d5c680f00abeb02d8a40eae3929
BUILD/MINOR: ssl: Fix compilation with SSL enabled

The CA/CRL hot update patches did not compile on some targets of the CI
(mainly gcc + ssl). This patch should fix almost all of them. It adds
missing variable initializations and return value checks to the
BIO_reset calls in show_crl_detail.
src/ssl_ckch.c
src/ssl_sock.c