X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=doc%2Fman3%2FOSSL_STORE_open.pod;h=3a05a880778c38761595c1d506662dfe72ba60ee;hb=4a192c77b7bf794a9283a8e7fb4f7bee0d7bff56;hp=0bc6d5ccfd87ceb3a92501300f42b85e208c0c1e;hpb=1fb2993d9e3db38c7c681ea3eecaad458e956f80;p=openssl.git diff --git a/doc/man3/OSSL_STORE_open.pod b/doc/man3/OSSL_STORE_open.pod index 0bc6d5ccfd..3a05a88077 100644 --- a/doc/man3/OSSL_STORE_open.pod +++ b/doc/man3/OSSL_STORE_open.pod @@ -55,6 +55,10 @@ The given B and B will be reused by all functions that use B when interaction is needed. The given B and B will be reused by OSSL_STORE_load() to manipulate or drop the value to be returned. +The B function drops values by returning B, which +will cause OSSL_STORE_load() to start its process over with loading +the next object, until B returns something other than +B, or the end of data is reached as indicated by OSSL_STORE_eof(). OSSL_STORE_ctrl() takes a B, and command number B and more arguments not specified here.