update docs (recent constification)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user