aboutsummaryrefslogtreecommitdiff
path: root/openssl/util/mk1mf.pl
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-03-28 09:50:31 -0400
committerMike DePaulo <mikedep333@gmail.com>2015-03-28 09:50:31 -0400
commit91a178635ede7d286b8fd399269cdb159d960bb9 (patch)
treeb22c4be9efb7aff434e55c2f94b1ed61db565c5f /openssl/util/mk1mf.pl
parent1fba987eb45619d0b9487a9d671931e9eeedbb53 (diff)
downloadvcxsrv-91a178635ede7d286b8fd399269cdb159d960bb9.tar.gz
vcxsrv-91a178635ede7d286b8fd399269cdb159d960bb9.tar.bz2
vcxsrv-91a178635ede7d286b8fd399269cdb159d960bb9.zip
Update openssl to version openssl-1.0.1m
Diffstat (limited to 'openssl/util/mk1mf.pl')
-rw-r--r--openssl/util/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/util/mk1mf.pl b/openssl/util/mk1mf.pl
index d3f5424ff..550ef9f68 100644
--- a/openssl/util/mk1mf.pl
+++ b/openssl/util/mk1mf.pl
@@ -625,7 +625,7 @@ open (OUT,">>crypto/buildinf.h") || die "Can't open buildinf.h";
printf OUT <<EOF;
#ifdef $platform_cpp_symbol
/* auto-generated/updated by util/mk1mf.pl for crypto/cversion.c */
- #define CFLAGS "$cc $cflags"
+ #define CFLAGS "compiler: $cc $cflags"
#define PLATFORM "$platform"
EOF
printf OUT " #define DATE \"%s\"\n", scalar gmtime();