update references to new RI RFC
[openssl.git] / doc / ssl / SSL_CTX_set_cert_store.pod
index 3a240c4d37476a596392c118af489fd2f1cb7db6..6acf0d9f9b1c16a1a38d806e984e48acc278a6fc 100644 (file)
@@ -9,7 +9,7 @@ SSL_CTX_set_cert_store, SSL_CTX_get_cert_store - manipulate X509 certificate ver
  #include <openssl/ssl.h>
 
  void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store);
- X509_STORE *SSL_CTX_get_cert_store(SSL_CTX *ctx);
+ X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx);
 
 =head1 DESCRIPTION