Merge branch 'rsalz-docfixes'
[openssl.git] / doc / ssl / SSL_CTX_set_client_CA_list.pod
index 5e97392668a22481ef92e86864d5f908787a2989..4965385e97ae1f087bbd28a4d763725e806ff839 100644 (file)
@@ -35,7 +35,7 @@ the chosen B<ssl>, overriding the setting valid for B<ssl>'s SSL_CTX object.
 =head1 NOTES
 
 When a TLS/SSL server requests a client certificate (see
-B<SSL_CTX_set_verify_options()>), it sends a list of CAs, for which
+B<SSL_CTX_set_verify(3)>), it sends a list of CAs, for which
 it will accept certificates, to the client.
 
 This list must explicitly be set using SSL_CTX_set_client_CA_list() for