mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
421 B
12 lines
421 B
13 years ago
|
--- openssl-1.0.0f-origin/crypto/cryptlib.c 2011-06-22 23:39:00.000000000 +0800
|
||
|
+++ openssl-1.0.0f/crypto/cryptlib.c 2012-01-19 02:17:50.261681856 +0800
|
||
|
@@ -690,7 +690,7 @@
|
||
|
unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; }
|
||
|
#endif
|
||
|
int OPENSSL_NONPIC_relocated = 0;
|
||
|
-#if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ)
|
||
|
+#if !defined(OPENSSL_CPUID_SETUP)
|
||
|
void OPENSSL_cpuid_setup(void) {}
|
||
|
#endif
|
||
|
|