From 50ca778029d5847f8dec48594590d35015ed31d4 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Sat, 10 Jan 2015 13:04:15 -0500 Subject: Fix OpenSSL build - upstream fix for #209 --- openssl/crypto/cversion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl/crypto/cversion.c') diff --git a/openssl/crypto/cversion.c b/openssl/crypto/cversion.c index 0336adaa5..881957e89 100644 --- a/openssl/crypto/cversion.c +++ b/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 -- cgit v1.2.3