]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
NOTES-WINDOWS.md: correct the Windows context macro name
authorEugene Syromiatnikov <esyr@openssl.org>
Mon, 25 Aug 2025 14:02:37 +0000 (16:02 +0200)
committerNeil Horman <nhorman@openssl.org>
Fri, 29 Aug 2025 15:07:30 +0000 (11:07 -0400)
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: 630e3a168446 "Change WININSTALLCONTEXT to OSSL_WINCTX"
Complements: c2ab75e30a21 "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)

NOTES-WINDOWS.md

index e903376db530672b3203f5f6dd052fb851371d89..5d6287a8e8fdc86f1d65f151488fcbc10f4454eb 100644 (file)
@@ -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.