]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: fix OSSL_WINCTX spelling windows notes
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Mon, 27 Jan 2025 08:24:23 +0000 (09:24 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 28 Feb 2025 14:21:12 +0000 (15:21 +0100)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26567)

NOTES-WINDOWS.md

index 16105ea041b0004c0e57c90dbc48a5d5ae4f01d9..9beeb79be758c23932ed8e834675f1eb51fa57e8 100644 (file)
@@ -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=<string>`to the Configure command line.  This define is used
+`-DOSSL_WINCTX=<string>`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-<version>-<ctx>`