From 73cdd9409f86243767b4b8385811aa6e4755304f Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 9 Jan 2015 00:42:10 +0000 Subject: MFV: r276862 Fix build. --- crypto/openssl/crypto/cversion.c | 2 +- crypto/openssl/util/mkbuildinf.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') diff --git a/crypto/openssl/crypto/cversion.c b/crypto/openssl/crypto/cversion.c index 0336ada..881957e 100644 --- a/crypto/openssl/crypto/cversion.c +++ b/crypto/openssl/crypto/cversion.c @@ -77,7 +77,7 @@ const char *SSLeay_version(int t) if (t == SSLEAY_CFLAGS) { #ifdef CFLAGS - return(cflags); + return(CFLAGS); #else return("compiler: information not available"); #endif diff --git a/crypto/openssl/util/mkbuildinf.pl b/crypto/openssl/util/mkbuildinf.pl index 9d7b81c..ffa8a39 100755 --- a/crypto/openssl/util/mkbuildinf.pl +++ b/crypto/openssl/util/mkbuildinf.pl @@ -7,7 +7,7 @@ $date = localtime(); print <<"END_OUTPUT"; #ifndef MK1MF_BUILD /* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */ - #define CFLAGS + #define CFLAGS cflags /* * Generate CFLAGS as an array of individual characters. This is a * workaround for the situation where CFLAGS gets too long for a C90 string -- cgit v1.1