commit | 71237a14572d7229957fb912e41b572ee06d8249 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Jan 10 11:21:40 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Jan 11 11:20:11 2023 +0100 |
tree | 85923c3c5d88a4cffe30f02e97f45dbca51a0e85 | |
parent | 51dbb4cb798ca52167041790783030bcebda98b1 [diff] |
BUG/MINOR: ssl: Remove unneeded pointer check in ocsp cli release function The ctx pointer cannot be NULL so we can remove the check. This patch fixes GitHub issue #1996. It does not need to be backported.