Fix build failure on Windows due to undefined cflags identifier
[openssl.git] / crypto / cversion.c
index 0336adaa578482ecb2492c973b5a679920fbdf8e..881957e8923e15caa096c65604909320ce43525a 100644 (file)
@@ -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