diff options
Diffstat (limited to 'doc/man3/CTLOG_STORE_new.pod')
-rw-r--r-- | doc/man3/CTLOG_STORE_new.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/CTLOG_STORE_new.pod b/doc/man3/CTLOG_STORE_new.pod index 24919c539b..5b5d8a1ba6 100644 --- a/doc/man3/CTLOG_STORE_new.pod +++ b/doc/man3/CTLOG_STORE_new.pod @@ -25,7 +25,7 @@ logs). The list can be loaded from one or more files and then searched by LogID CTLOG_STORE_new() creates an empty list of CT logs. This is then populated by CTLOG_STORE_load_default_file() or CTLOG_STORE_load_file(). CTLOG_STORE_load_default_file() loads from the default file, which is named -"ct_log_list.cnf" in OPENSSLDIR (see the output of L<version>). This can be +"ct_log_list.cnf" in OPENSSLDIR (see the output of L<openssl-version(1)>). This can be overridden using an environment variable named "CTLOG_FILE". CTLOG_STORE_load_file() loads from a caller-specified file path instead. Both of these functions append any loaded CT logs to the CTLOG_STORE. |