summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2017-06-29 15:12:18 -0500
committerBenjamin Kaduk <kaduk@mit.edu>2017-07-27 14:32:13 -0500
commit1fb2993d9e3db38c7c681ea3eecaad458e956f80 (patch)
tree8e17532a526f8699b4c63ad37243686a8e3a630a /doc/man7
parentbaa77e075538b3d849b5120b3b60f0caca15a803 (diff)
Catch up to the removal of OSSL_STORE_open_file()
Remove references to it in documentation. Unfortunately, it is too late to renumber symbols in libcrypto.num and avoid the NOEXIST entry there. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3860)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/ossl_store.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/man7/ossl_store.pod b/doc/man7/ossl_store.pod
index 59cfc7cea7..cda5ce47d6 100644
--- a/doc/man7/ossl_store.pod
+++ b/doc/man7/ossl_store.pod
@@ -59,10 +59,6 @@ only).
=head2 A generic call
- /*
- * There is also a OSSL_STORE_open_file() that can be used for file paths
- * that can't be represented as URIs, such as Windows backslashes
- */
OSSL_STORE_CTX *ctx = OSSL_STORE_open("file:/foo/bar/data.pem");
/*