Skip to content

Commit

Permalink
cryptlib.c: revert typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Polyakov committed Nov 17, 2012
1 parent c5cd28b commit cccf27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/cryptlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ unsigned int *OPENSSL_ia32cap_loc(void) { return NULL; }
#endif
int OPENSSL_NONPIC_relocated = 0;
#if !defined(OPENSSL_CPUID_SETUP) && !defined(OPENSSL_CPUID_OBJ)
void OPENSSL_cpuid_setup(unsigned int *) {}
void OPENSSL_cpuid_setup(void) {}
#endif

#if (defined(_WIN32) || defined(__CYGWIN__)) && defined(_WINDLL)
Expand Down

0 comments on commit cccf27c

Please sign in to comment.