Correct reference to SSL_get_peer_cert_chain().
authorMarkus Triska <triska@metalevel.at>
Wed, 18 Jan 2017 00:40:36 +0000 (01:40 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 18 Jan 2017 13:21:49 +0000 (14:21 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
CLA: trivial
(Merged from https://github.com/openssl/openssl/pull/2247)
(cherry picked from commit 1f164c6fadd0eef0aa0997c51639a11276bf9072)

doc/ssl/SSL_get_peer_cert_chain.pod

index 2e4f1e4185e01116a719ac53045312671ee4bda5..f122124430579bcee73c1bab9dc2adf7adf3a421 100644 (file)
@@ -21,7 +21,7 @@ side, the peer's certificate must be obtained separately using
 L<SSL_get_peer_certificate(3)>.
 If the peer did not present a certificate, NULL is returned.
 
-NB: SSL_get_peer_chain() returns the peer chain as sent by the peer: it
+NB: SSL_get_peer_cert_chain() returns the peer chain as sent by the peer: it
 only consists of certificates the peer has sent (in the order the peer
 has sent them) it is B<not> a verified chain.