From: Bernd Edlinger Date: Sun, 11 Jun 2017 11:10:15 +0000 (+0200) Subject: Fix the comment about default OPENSSLDIR in windows. X-Git-Tag: OpenSSL_1_1_1-pre1~1298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8baec39245ec434da00b690058792611cf08d47;p=thirdparty%2Fopenssl.git Fix the comment about default OPENSSLDIR in windows. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3650) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 427c27d5edd..c0af6094d0a 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -121,7 +121,7 @@ INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet INSTALLTOP_dir={- $prefix_dir -} OPENSSLDIR_dev={- # # The logic here is that if no --openssldir was given, - # OPENSSLDIR will get the value from $prefix plus "/ssl". + # OPENSSLDIR will get the value "$win_commonroot\\SSL". # If --openssldir was given and the value is an absolute # path, OPENSSLDIR will get its value without change. # If the value from --openssldir is a relative path,