Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorViktor Szakats <commit@vszakats.net>2018-09-12 01:34:00 +0300
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-09-12 10:16:07 +0300
commitaf7d8d3446d640018bbeb9879ac585025b949832 (patch)
treefd5683129f64ab32f075c83cafdd92c84049124f /util
parent88ea3685e4bf30fc529fe46e19effc6317726de8 (diff)
minor fixes for Windows
- fix to use secure URL in generated Windows resources - fix a potentially uninitialized variable - fix an unused variable warning CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/7189)
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkrc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkrc.pl b/util/mkrc.pl
index a221d51765..6762bc4a56 100755
--- a/util/mkrc.pl
+++ b/util/mkrc.pl
@@ -70,7 +70,7 @@ BEGIN
BLOCK "040904b0"
BEGIN
// Required:
- VALUE "CompanyName", "The OpenSSL Project, http://www.openssl.org/\\0"
+ VALUE "CompanyName", "The OpenSSL Project, https://www.openssl.org/\\0"
VALUE "FileDescription", "$description\\0"
VALUE "FileVersion", "$version\\0"
VALUE "InternalName", "$filename\\0"