CFLAGS has the wrong case.

--- openssl-1.0.1k/crypto/cversion.c.orig       2015-01-09 01:00:56.000000000 
+1100
+++ openssl-1.0.1k/crypto/cversion.c    2015-01-12 12:00:16.000000000 +1100
@@ -77,7 +77,7 @@
        if (t == SSLEAY_CFLAGS)
                {
 #ifdef CFLAGS
-               return(cflags);
+               return(CFLAGS);
 #else
                return("compiler: information not available");
 #endif
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE:  +61 2 9871 4742                  INTERNET: [email protected]


_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to