diff options
author | 2002-06-07 03:45:32 +0000 | |
---|---|---|
committer | 2002-06-07 03:45:32 +0000 | |
commit | c58501deba7359712e47f5af5c9ade2b346f1ca5 (patch) | |
tree | f25509caa8be355399625b76c2ee0ec4e0c10390 /lib/libssl/src/doc/ssl | |
parent | Import of xfs from arla-0.35.7 (diff) | |
download | wireguard-openbsd-c58501deba7359712e47f5af5c9ade2b346f1ca5.tar.xz wireguard-openbsd-c58501deba7359712e47f5af5c9ade2b346f1ca5.zip |
Merge OpenSSL 0.9.7-stable-20020605,
correctly autogenerate obj_mac.h
Diffstat (limited to 'lib/libssl/src/doc/ssl')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod b/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod index 81286ee650f..3a240c4d374 100644 --- a/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod +++ b/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod @@ -14,7 +14,7 @@ SSL_CTX_set_cert_store, SSL_CTX_get_cert_store - manipulate X509 certificate ver =head1 DESCRIPTION SSL_CTX_set_cert_store() sets/replaces the certificate verification storage -of B<ctx> to/with B<store>. If another X505_STORE object is currently +of B<ctx> to/with B<store>. If another X509_STORE object is currently set in B<ctx>, it will be X509_STORE_free()ed. SSL_CTX_get_cert_store() returns a pointer to the current certificate |