From: William Lallemand Date: Tue, 15 Oct 2019 20:01:54 +0000 (+0200) Subject: CLEANUP: ssl: remove old TODO commentary X-Git-Tag: v2.1-dev3~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34779c34fcb483b91339a1c4c8d74da5ad7ff530;p=thirdparty%2Fhaproxy.git CLEANUP: ssl: remove old TODO commentary Remove an old commentary above ckch_inst_new_load_multi_store(). This function doe not do filesystem syscalls anymore. --- diff --git a/src/ssl_sock.c b/src/ssl_sock.c index 577606792a..aa98e816b4 100644 --- a/src/ssl_sock.c +++ b/src/ssl_sock.c @@ -3332,8 +3332,6 @@ end: * ERR_ALERT if the reason of the error is available in err * ERR_WARN if a warning is available into err * - * TODO: This function shouldn't access files anymore, sctl and ocsp file access - * should be migrated to the ssl_sock_load_crt_file_into_ckch() function */ static int ckch_inst_new_load_multi_store(const char *path, struct ckch_store *ckchs, struct bind_conf *bind_conf, struct ssl_bind_conf *ssl_conf,