From: Hugo Beauzée-Luyssen Date: Mon, 27 Jan 2025 08:24:23 +0000 (+0100) Subject: doc: fix OSSL_WINCTX spelling windows notes X-Git-Tag: openssl-3.4.2~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=465f4d687241634f516b8d3046a2a701054f859e;p=thirdparty%2Fopenssl.git doc: fix OSSL_WINCTX spelling windows notes Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26567) (cherry picked from commit c2ab75e30a211aa278f8da1f0f040f9368adb81d) --- diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md index 21c82e8a765..dfd478c8687 100644 --- a/NOTES-WINDOWS.md +++ b/NOTES-WINDOWS.md @@ -114,7 +114,7 @@ Can be administratively set, and openssl will take the paths found there as the values for OPENSSLDIR, ENGINESDIR and MODULESDIR respectively. To enable the reading of registry keys from windows builds, add -`-DOPENSSL_WINCTX=`to the Configure command line. This define is used +`-DOSSL_WINCTX=`to the Configure command line. This define is used at build-time to construct library build specific registry key paths of the format: `\\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\OpenSSL--`