diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-01-09 00:42:10 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-01-09 00:42:10 +0000 |
| commit | de496999fe730c01d702df277229f1922d77f016 (patch) | |
| tree | 85151c4e10be987e1db6b44c136aa6252b3b7599 /crypto | |
| parent | 751d29910bd05fdfb3ff3b62e493633e5de76bf9 (diff) | |
| parent | 973cfcbfe12ddb0a1972379cfa67056edeca70e9 (diff) | |
Notes
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/openssl/crypto/cversion.c | 2 | ||||
| -rwxr-xr-x | crypto/openssl/util/mkbuildinf.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/cversion.c b/crypto/openssl/crypto/cversion.c index 0336adaa5784..881957e8923e 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 9d7b81c76e41..ffa8a39933f1 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 |
