diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2021-02-05 09:42:06 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2021-02-12 20:41:58 +0100 |
commit | 70f23648827c2c8e6386e483c557e6e935b3103f (patch) | |
tree | c436a2ef79d69db9a419f17cf33192c257e053a5 /NOTES-WINDOWS.md | |
parent | Add a skeleton README-PROVIDERS file (diff) | |
download | openssl-70f23648827c2c8e6386e483c557e6e935b3103f.tar.xz openssl-70f23648827c2c8e6386e483c557e6e935b3103f.zip |
NOTES-WINDOWS: fix typo
CLA: trivial
(cherry picked from commit fb97b8e8a52b853b2b2209d5aeee36eaa08bb9ad)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/14042)
Diffstat (limited to 'NOTES-WINDOWS.md')
-rw-r--r-- | NOTES-WINDOWS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md index 9acee570a1..dca13a7260 100644 --- a/NOTES-WINDOWS.md +++ b/NOTES-WINDOWS.md @@ -89,8 +89,8 @@ variables. For VC-WIN32, the following defaults are use: - PREFIX: %ProgramFiles(86)%\OpenSSL - OPENSSLDIR: %CommonProgramFiles(86)%\SSL + PREFIX: %ProgramFiles(x86)%\OpenSSL + OPENSSLDIR: %CommonProgramFiles(x86)%\SSL For VC-WIN64, the following defaults are use: |