aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-08-04 17:05:18 +0100
committerMatt Caswell <matt@openssl.org>2016-08-24 13:58:19 +0100
commit4a388d1e05530fd922d8dce2d04d976468523106 (patch)
treec163a7af3158c8fa0336dd3657d3de4a5e3fc71b /doc
parent32fa3da8b1333043632962de9eb0b13a12ce36a1 (diff)
downloadopenssl-4a388d1e05530fd922d8dce2d04d976468523106.tar.gz
Refer to OPENSSLDIR rather than "the OpenSSL install directory"
The prior wording was less accurate. See https://github.com/openssl/openssl/pull/1372#discussion_r73127000. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/CTLOG_STORE_new.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/CTLOG_STORE_new.pod b/doc/crypto/CTLOG_STORE_new.pod
index a45daccc9f..44c526c6b2 100644
--- a/doc/crypto/CTLOG_STORE_new.pod
+++ b/doc/crypto/CTLOG_STORE_new.pod
@@ -25,8 +25,8 @@ 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 the OpenSSL install directory. This can be overridden using
-an environment variable named "CTLOG_FILE".
+"ct_log_list.cnf" in OPENSSLDIR (see the output of L<version>). 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.