The branch OpenSSL_1_1_1-stable has been updated
       via  fb97b8e8a52b853b2b2209d5aeee36eaa08bb9ad (commit)
      from  8d5ace52d923f596ebfb8e0997efaa067ee73bba (commit)


- Log -----------------------------------------------------------------
commit fb97b8e8a52b853b2b2209d5aeee36eaa08bb9ad
Author: Jay Satiro <[email protected]>
Date:   Fri Feb 5 03:42:06 2021 -0500

    NOTES.WIN: fix typo
    
    CLA: trivial
    
    Reviewed-by: Paul Dale <[email protected]>
    Reviewed-by: Richard Levitte <[email protected]>
    Reviewed-by: Matthias St. Pierre <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/14078)

-----------------------------------------------------------------------

Summary of changes:
 NOTES.WIN | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NOTES.WIN b/NOTES.WIN
index 26c1e6b19b..66a6a45372 100644
--- a/NOTES.WIN
+++ b/NOTES.WIN
@@ -62,8 +62,8 @@
 
  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:
 

Reply via email to