summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CTX_set_cert_store.pod
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-03-30 11:50:14 +0000
committerNils Larsch <nils@openssl.org>2005-03-30 11:50:14 +0000
commitc3e6402857a60f61cac60d56793e8a8b79cebe90 (patch)
tree54954e4ee45251fbbdf5101462a6e6a16a5b0523 /doc/ssl/SSL_CTX_set_cert_store.pod
parent0821bcd4de85b527281714dd6c4d9683f0e713c4 (diff)
update docs (recent constification)
Diffstat (limited to 'doc/ssl/SSL_CTX_set_cert_store.pod')
-rw-r--r--doc/ssl/SSL_CTX_set_cert_store.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CTX_set_cert_store.pod b/doc/ssl/SSL_CTX_set_cert_store.pod
index 3a240c4d37..6acf0d9f9b 100644
--- a/doc/ssl/SSL_CTX_set_cert_store.pod
+++ b/doc/ssl/SSL_CTX_set_cert_store.pod
@@ -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