From 0f8ff8fc25340205cdd5b724f3e414bdf931e8bb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 15 Oct 2024 12:47:37 +0200 Subject: [PATCH] [DOC] Document the OPENSSL_WINCTX type for OpenSSL_version() Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/25693) --- doc/man3/OpenSSL_version.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/man3/OpenSSL_version.pod b/doc/man3/OpenSSL_version.pod index 8227c785006..e5dff33dcdd 100644 --- a/doc/man3/OpenSSL_version.pod +++ b/doc/man3/OpenSSL_version.pod @@ -162,6 +162,15 @@ The value has the same syntax as the environment variable. For x86 the string looks like C or C if not available. +=item OPENSSL_WINCTX + +The Windows install context. +The Windows install context is used to compute the OpenSSL registry key name +on Windows. The full registry key is +C, where C<{major}>, +C<{minor}> and C<{context}> are OpenSSL's major version number, minor version +number and the Windows install context, respectively. + =back For an unknown I, the text C is returned. -- 2.47.2