X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman7%2Fossl_store.pod;h=71cb27d07fef5f270e6943675ec5a4274493f585;hp=cda5ce47d6e0facd087e2e8b67cb0a4512b205ff;hb=d3b58b953c25b781bb4582a174dbe1e8ac68cfa3;hpb=7af42628c1f2864cd73659245742baabdb1a449f;ds=sidebyside diff --git a/doc/man7/ossl_store.pod b/doc/man7/ossl_store.pod index cda5ce47d6..71cb27d07f 100644 --- a/doc/man7/ossl_store.pod +++ b/doc/man7/ossl_store.pod @@ -64,7 +64,7 @@ only). /* * 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);