This commit was manufactured by cvs2svn to create branch
[openssl.git] / doc / ssl / SSL_get_peer_certificate.pod
index 60635a966000807bf25b93ff1f396ff6a5c0f732..ef7c8be18079771609b59e2286ee59ca0772bd8b 100644 (file)
@@ -8,7 +8,7 @@ SSL_get_peer_certificate - get the X509 certificate of the peer
 
  #include <openssl/ssl.h>
 
- X509 *SSL_get_peer_certificate(SSL *ssl);
+ X509 *SSL_get_peer_certificate(const SSL *ssl);
 
 =head1 DESCRIPTION