From edf3c29a885d3b0d6b9da683feabf48b9b20d462 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 31 Jan 2011 09:14:26 +0000 Subject: Solved compile time warning --- openssl/Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/Configure b/openssl/Configure index b5e4de694..f07c31455 100644 --- a/openssl/Configure +++ b/openssl/Configure @@ -1676,7 +1676,7 @@ print OUT "#ifdef OPENSSL_ALGORITHM_DEFINES\n"; print OUT $openssl_algorithm_defines_trans; print OUT "#endif\n\n"; -print OUT "#define OPENSSL_CPUID_OBJ\n\n" if ($cpuid_obj ne "mem_clr.o"); +print OUT "#ifndef OPENSSL_CPUID_OBJ\n#define OPENSSL_CPUID_OBJ\n#endif\n\n" if ($cpuid_obj ne "mem_clr.o"); while () { -- cgit v1.2.3