RT1941: c_rehash.pod is missing
[openssl.git] / doc / ssl / SSL_get_verify_result.pod
index e6bac9c35a8bf740cded5324827a4d62ad452f0e..55b56a53f92e454b4f1dbc4532028fa546699dea 100644 (file)
@@ -8,7 +8,7 @@ SSL_get_verify_result - get result of peer certificate verification
 
  #include <openssl/ssl.h>
 
- long SSL_get_verify_result(SSL *ssl);
+ long SSL_get_verify_result(const SSL *ssl);
 
 =head1 DESCRIPTION