[openssl-dev] [openssl.org #3652] [PATCH] openssl-1.0.1k fails to compile under Windows

Mark Andrews via RT rt at openssl.org
Tue Jan 13 19:44:15 UTC 2015


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: marka at isc.org




More information about the openssl-dev mailing list