From: Andy Polyakov Date: Sat, 17 Nov 2012 21:42:57 +0000 (+0000) Subject: cryptlib.c: revert typo. X-Git-Tag: master-post-reformat~1611 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cccf27c89a0c93f3199fcc7bff97f12b63d79243;p=oweals%2Fopenssl.git cryptlib.c: revert typo. --- 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)