mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
[DOC] Document the OPENSSL_WINCTX type for OpenSSL_version()
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/25693)
This commit is contained in:
parent
7b36037e22
commit
0f8ff8fc25
@ -162,6 +162,15 @@ The value has the same syntax as the environment variable.
|
||||
For x86 the string looks like C<CPUINFO: OPENSSL_ia32cap=0x123:0x456>
|
||||
or C<CPUINFO: N/A> 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<SOFTWARE\WOW6432Node\OpenSSL-{major}.{minor}-{context}>, 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<t>, the text C<not available> is returned.
|
||||
|
Loading…
Reference in New Issue
Block a user