From: Eugene Syromiatnikov Date: Mon, 25 Aug 2025 14:02:37 +0000 (+0200) Subject: NOTES-WINDOWS.md: correct the Windows context macro name X-Git-Tag: openssl-3.6.0-alpha1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b091c88d7d50c542ee393ed31ef5a1b92eea476;p=thirdparty%2Fopenssl.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: 630e3a168446 "Change WININSTALLCONTEXT to OSSL_WINCTX" Complements: c2ab75e30a21 "doc: fix OSSL_WINCTX spelling windows notes" Signed-off-by: Eugene Syromiatnikov Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28338) --- diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md index e903376db53..5d6287a8e8f 100644 --- a/NOTES-WINDOWS.md +++ b/NOTES-WINDOWS.md @@ -125,7 +125,7 @@ format: `\\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\OpenSSL--` Where `` is the major.minor version of the library being -built, and `` is the value specified by `-DOPENSSL_WINCTX`. This allows +built, and `` 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.