mirror of https://github.com/openssl/openssl.git
NOTES-WINDOWS.md: correct the Windows context macro name
Fix incorrect Windows context macro spelling "OPENSSL_WINCTX" by replacing it with "OSSL_WINCTX". Reported-by: https://github.com/sjan1970 Resolves: https://github.com/openssl/openssl/issues/28329 Fixes:630e3a1684
"Change WININSTALLCONTEXT to OSSL_WINCTX" Complements:c2ab75e30a
"doc: fix OSSL_WINCTX spelling windows notes" Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/28338)
This commit is contained in:
parent
5ea22d199b
commit
0b091c88d7
|
@ -125,7 +125,7 @@ format:
|
|||
`\\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\OpenSSL-<version>-<ctx>`
|
||||
|
||||
Where `<version>` is the major.minor version of the library being
|
||||
built, and `<ctx>` is the value specified by `-DOPENSSL_WINCTX`. This allows
|
||||
built, and `<ctx>` is the value specified by `-DOSSL_WINCTX`. This allows
|
||||
for multiple openssl builds to be created and installed on a single system, in
|
||||
which each library can use its own set of registry keys.
|
||||
|
||||
|
|
Loading…
Reference in New Issue