diff options
author | Richard Levitte <levitte@openssl.org> | 2017-07-05 19:17:40 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-02-23 07:40:42 +0100 |
commit | 6ab6deccd95c97a6235f345b371664afb65f77c7 (patch) | |
tree | 7633a0cd52b2595c8554aacfff902c71ac7344db /util | |
parent | Adapt storeutl to allow search for specific objects (diff) | |
download | openssl-6ab6deccd95c97a6235f345b371664afb65f77c7.tar.xz openssl-6ab6deccd95c97a6235f345b371664afb65f77c7.zip |
STORE: Add documentation on search criteria
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2688)
Diffstat (limited to 'util')
-rw-r--r-- | util/private.num | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/private.num b/util/private.num index 48665577c9..c106e60899 100644 --- a/util/private.num +++ b/util/private.num @@ -31,9 +31,11 @@ OSSL_STORE_CTX datatype OSSL_STORE_INFO datatype OSSL_STORE_LOADER datatype OSSL_STORE_LOADER_CTX datatype +OSSL_STORE_SEARCH datatype OSSL_STORE_close_fn datatype OSSL_STORE_ctrl_fn datatype OSSL_STORE_expect_fn datatype +OSSL_STORE_find_fn datatype OSSL_STORE_eof_fn datatype OSSL_STORE_error_fn datatype OSSL_STORE_load_fn datatype |