Skip to content

Commit

Permalink
openssl: revert empty_OPENSSL_cpuid_setup.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus authored and isaacs committed Sep 25, 2012
1 parent 09ac9d0 commit d2fb507
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 18 deletions.
2 changes: 0 additions & 2 deletions deps/openssl/config/k8/openssl/opensslconf-posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
# endif
#endif

#define OPENSSL_CPUID_OBJ

/* crypto/opensslconf.h.in */

#ifdef OPENSSL_DOING_MAKEDEPEND
Expand Down
2 changes: 0 additions & 2 deletions deps/openssl/config/piii/openssl/opensslconf-posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
# endif
#endif

#define OPENSSL_CPUID_OBJ

/* crypto/opensslconf.h.in */

#ifdef OPENSSL_DOING_MAKEDEPEND
Expand Down
2 changes: 0 additions & 2 deletions deps/openssl/config/piii/openssl/opensslconf-win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@
# endif
#endif

#define OPENSSL_CPUID_OBJ

/* crypto/opensslconf.h.in */

#ifdef OPENSSL_DOING_MAKEDEPEND
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/openssl/crypto/cryptlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 0 additions & 11 deletions deps/openssl/patches/empty_OPENSSL_cpuid_setup.patch

This file was deleted.

0 comments on commit d2fb507

Please sign in to comment.