]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: ssl: remove old TODO commentary
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 15 Oct 2019 20:01:54 +0000 (22:01 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 23 Oct 2019 09:54:51 +0000 (11:54 +0200)
Remove an old commentary above ckch_inst_new_load_multi_store().
This function doe not do filesystem syscalls anymore.

src/ssl_sock.c

index 577606792a9ba3d704eacfd23fc9bb5eb914d5a8..aa98e816b4cbebbfeaed1e8cf9ffe3fb3abb422a 100644 (file)
@@ -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,