From 83ba6e90e073a50fff34abf5a91fda9f0cc9891f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 17 Apr 2024 11:31:31 +0200 Subject: OSSL_STORE: Add reference docs for the built-in Windows store implementation Fixes openssl/project#422 Reviewed-by: Matt Caswell Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24170) (cherry picked from commit faa4a10ebe5095765262c0e3c711fca08026c3d4) --- doc/build.info | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/build.info') diff --git a/doc/build.info b/doc/build.info index c88399a138..85d722ae0c 100644 --- a/doc/build.info +++ b/doc/build.info @@ -4689,6 +4689,10 @@ DEPEND[html/man7/OSSL_PROVIDER-null.html]=man7/OSSL_PROVIDER-null.pod GENERATE[html/man7/OSSL_PROVIDER-null.html]=man7/OSSL_PROVIDER-null.pod DEPEND[man/man7/OSSL_PROVIDER-null.7]=man7/OSSL_PROVIDER-null.pod GENERATE[man/man7/OSSL_PROVIDER-null.7]=man7/OSSL_PROVIDER-null.pod +DEPEND[html/man7/OSSL_STORE-winstore.html]=man7/OSSL_STORE-winstore.pod +GENERATE[html/man7/OSSL_STORE-winstore.html]=man7/OSSL_STORE-winstore.pod +DEPEND[man/man7/OSSL_STORE-winstore.7]=man7/OSSL_STORE-winstore.pod +GENERATE[man/man7/OSSL_STORE-winstore.7]=man7/OSSL_STORE-winstore.pod DEPEND[html/man7/RAND.html]=man7/RAND.pod GENERATE[html/man7/RAND.html]=man7/RAND.pod DEPEND[man/man7/RAND.7]=man7/RAND.pod @@ -5007,6 +5011,7 @@ html/man7/OSSL_PROVIDER-base.html \ html/man7/OSSL_PROVIDER-default.html \ html/man7/OSSL_PROVIDER-legacy.html \ html/man7/OSSL_PROVIDER-null.html \ +html/man7/OSSL_STORE-winstore.html \ html/man7/RAND.html \ html/man7/RSA-PSS.html \ html/man7/X25519.html \ @@ -5149,6 +5154,7 @@ man/man7/OSSL_PROVIDER-base.7 \ man/man7/OSSL_PROVIDER-default.7 \ man/man7/OSSL_PROVIDER-legacy.7 \ man/man7/OSSL_PROVIDER-null.7 \ +man/man7/OSSL_STORE-winstore.7 \ man/man7/RAND.7 \ man/man7/RSA-PSS.7 \ man/man7/X25519.7 \ -- cgit v1.2.3