Issue #719:
[openssl.git] / doc / ssl / SSL_CTX_set_ctlog_list_file.pod
index ddad84273958ba0789bb7f6543ad3fe0676b54d6..9e5798f04cf6fb0bb9ee63932c4406ed3e6a3966 100644 (file)
@@ -37,9 +37,6 @@ The expected format of the log list file is:
 These functions will not clear the existing CT log list - it will be appended
 to.
 
-SSL_CTX_set_default_ctlog_list_file() will not report errors if it fails for
-any reason. Use SSL_CTX_set_ctlog_list_file() if you want errors to be reported.
-
 If an error occurs whilst parsing a particular log entry in the file, that log
 entry will be skipped.
 
@@ -52,6 +49,6 @@ the case of an error, the log list may have been partially loaded.
 =head1 SEE ALSO
 
 L<ssl(3)>,
-L<ct_validation_cb(3)>
+L<ssl_ct_validation_cb(3)>
 
 =cut