Browse Source

openssl: revert empty_OPENSSL_cpuid_setup.patch

v0.8.10-release
Bert Belder 12 years ago
committed by isaacs
parent
commit
d2fb507556
  1. 2
      deps/openssl/config/k8/openssl/opensslconf-posix.h
  2. 2
      deps/openssl/config/piii/openssl/opensslconf-posix.h
  3. 2
      deps/openssl/config/piii/openssl/opensslconf-win32.h
  4. 2
      deps/openssl/openssl/crypto/cryptlib.c
  5. 11
      deps/openssl/patches/empty_OPENSSL_cpuid_setup.patch

2
deps/openssl/config/k8/openssl/opensslconf-posix.h

@ -97,8 +97,6 @@
# endif
#endif
#define OPENSSL_CPUID_OBJ
/* crypto/opensslconf.h.in */
#ifdef OPENSSL_DOING_MAKEDEPEND

2
deps/openssl/config/piii/openssl/opensslconf-posix.h

@ -97,8 +97,6 @@
# endif
#endif
#define OPENSSL_CPUID_OBJ
/* crypto/opensslconf.h.in */
#ifdef OPENSSL_DOING_MAKEDEPEND

2
deps/openssl/config/piii/openssl/opensslconf-win32.h

@ -100,8 +100,6 @@
# endif
#endif
#define OPENSSL_CPUID_OBJ
/* crypto/opensslconf.h.in */
#ifdef OPENSSL_DOING_MAKEDEPEND

2
deps/openssl/openssl/crypto/cryptlib.c

@ -690,7 +690,7 @@ void OPENSSL_cpuid_setup(void)
unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; }
#endif
int OPENSSL_NONPIC_relocated = 0;
#if !defined(OPENSSL_CPUID_SETUP)
#if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ)
void OPENSSL_cpuid_setup(void) {}
#endif

11
deps/openssl/patches/empty_OPENSSL_cpuid_setup.patch

@ -1,11 +0,0 @@
--- 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
Loading…
Cancel
Save