diff options
Diffstat (limited to 'crypto/openssl/NOTES-WINDOWS.md')
-rw-r--r-- | crypto/openssl/NOTES-WINDOWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/NOTES-WINDOWS.md b/crypto/openssl/NOTES-WINDOWS.md index e903376db530..5d6287a8e8fd 100644 --- a/crypto/openssl/NOTES-WINDOWS.md +++ b/crypto/openssl/NOTES-WINDOWS.md @@ -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. |