X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman7%2Fossl_store.pod;h=98cc04f79a6a282616d2ac8e4ece67ad14b509d4;hp=b4b76dd503fc224fb3417c3454c02ed8ba08a9ca;hb=6ab6deccd95c97a6235f345b371664afb65f77c7;hpb=e2e603fe7c5b35d8dadb1eec4696307d16665731 diff --git a/doc/man7/ossl_store.pod b/doc/man7/ossl_store.pod index b4b76dd503..98cc04f79a 100644 --- a/doc/man7/ossl_store.pod +++ b/doc/man7/ossl_store.pod @@ -59,16 +59,12 @@ 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"); /* * OSSL_STORE_eof() simulates file semantics for any repository to signal * that no more data can be expected - */ + */ while (!OSSL_STORE_eof(ctx)) { OSSL_STORE_INFO *info = OSSL_STORE_load(ctx); @@ -89,11 +85,14 @@ only). OSSL_STORE_close(ctx); =head1 SEE ALSO -L, L, L + +L, L, +L, L, +L =head1 COPYRIGHT -Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy