X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman7%2Fossl_store.pod;h=cda5ce47d6e0facd087e2e8b67cb0a4512b205ff;hp=59cfc7cea71f273914e788603f35ddf8a8d2e25e;hb=1fb2993d9e3db38c7c681ea3eecaad458e956f80;hpb=baa77e075538b3d849b5120b3b60f0caca15a803 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"); /*