aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/doc/man3/SSL_CTX_set_ctlog_list_file.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/man3/SSL_CTX_set_ctlog_list_file.pod')
-rw-r--r--crypto/openssl/doc/man3/SSL_CTX_set_ctlog_list_file.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssl/doc/man3/SSL_CTX_set_ctlog_list_file.pod b/crypto/openssl/doc/man3/SSL_CTX_set_ctlog_list_file.pod
index 5fb0feb45183..31f82dc51ce0 100644
--- a/crypto/openssl/doc/man3/SSL_CTX_set_ctlog_list_file.pod
+++ b/crypto/openssl/doc/man3/SSL_CTX_set_ctlog_list_file.pod
@@ -24,7 +24,7 @@ See L<CTLOG_STORE_new(3)> for the file format.
=head1 NOTES
These functions will not clear the existing CT log list - it will be appended
-to. To replace the existing list, use L<SSL_CTX_set0_ctlog_store> first.
+to. To replace the existing list, use L<SSL_CTX_set0_ctlog_store(3)> first.
If an error occurs whilst parsing a particular log entry in the file, that log
entry will be skipped.
@@ -43,9 +43,9 @@ L<CTLOG_STORE_new(3)>
=head1 COPYRIGHT
-Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
-Licensed under the OpenSSL license (the "License"). You may not use
+Licensed under the Apache License 2.0 (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
L<https://www.openssl.org/source/license.html>.