aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ct.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2020-03-17 21:27:57 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2020-03-17 21:27:57 +0000
commitaa144ced5d61b5c7fb74acaebb37d85bd08f0416 (patch)
tree2de6902cff4b007f4fae30a7d6c546b4dd3d1740 /include/openssl/ct.h
parentfbc3ad1ae1976eb5f2bac351260f2c5ee255c27f (diff)
downloadsrc-vendor/openssl/1.1.1e.tar.gz
src-vendor/openssl/1.1.1e.zip
Import OpenSSL 1.1.1e.vendor/openssl/1.1.1e
Diffstat (limited to 'include/openssl/ct.h')
-rw-r--r--include/openssl/ct.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/ct.h b/include/openssl/ct.h
index d4262fa04804..ebdba34d6777 100644
--- a/include/openssl/ct.h
+++ b/include/openssl/ct.h
@@ -463,8 +463,6 @@ __owur int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
/*
* Loads the default CT log list into a |store|.
- * See internal/cryptlib.h for the environment variable and file path that are
- * consulted to find the default file.
* Returns 1 if loading is successful, or 0 otherwise.
*/
__owur int CTLOG_STORE_load_default_file(CTLOG_STORE *store);