Small script to re-encode files that need it to UTF-8
[openssl.git] / doc / ssl / SSL_get_SSL_CTX.pod
index 52d0227b193dbdb7dd1ecd0ca86943c798759951..659c482c792a760f36d32475db609c63f4312f14 100644 (file)
@@ -8,7 +8,7 @@ SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created
 
  #include <openssl/ssl.h>
 
- SSL_CTX *SSL_get_SSL_CTX(SSL *ssl);
+ SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
 
 =head1 DESCRIPTION