CLEANUP: ssl: Remove undocumented ocsp fetches
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Wed, 20 Mar 2024 13:13:38 +0000 (14:13 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 20 Mar 2024 15:12:11 +0000 (16:12 +0100)
commit099b5c421c5e2508730a276096e06f596633429e
treed3c95d4ebad9b03e69befb0050bec8beaae001be
parent328a8937133a8075901a90cfb34387d18deefa73
CLEANUP: ssl: Remove undocumented ocsp fetches

Those fetchess were undocumented and were just here so that the
ocsp-update log could be made through a regular log format. But since
the logging is now "handmade" (since BUG/MEDIUM: ssl: Fix crash in
ocsp-update log function), we don't need those anymore.
src/ssl_ocsp.c