summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-11-17 21:42:57 +0000
committerAndy Polyakov <appro@openssl.org>2012-11-17 21:42:57 +0000
commitcccf27c89a0c93f3199fcc7bff97f12b63d79243 (patch)
tree43661f0cc89f0c50c346736ba637cddcad62bcf8 /crypto/cryptlib.c
parentc5cd28bd64fa2b02f29e74486539e4b2f6741114 (diff)
cryptlib.c: revert typo.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 6defb7cc69..28bc254fab 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -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)