PR: 1835
[openssl.git] / doc / ssl / SSL_get_peer_cert_chain.pod
index 390ce0b41b5cd53305c7623fe2043b7cfab44480..49fb88f86fafb5081207c830f550387b04d3f28d 100644 (file)
@@ -8,7 +8,7 @@ SSL_get_peer_cert_chain - get the X509 certificate chain of the peer
 
  #include <openssl/ssl.h>
 
- STACKOF(X509) *SSL_get_peer_cert_chain(SSL *ssl);
+ STACKOF(X509) *SSL_get_peer_cert_chain(const SSL *ssl);
 
 =head1 DESCRIPTION