projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5cd28b
)
cryptlib.c: revert typo.
author
Andy Polyakov
<appro@openssl.org>
Sat, 17 Nov 2012 21:42:57 +0000
(21:42 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 17 Nov 2012 21:42:57 +0000
(21:42 +0000)
crypto/cryptlib.c
patch
|
blob
|
history
diff --git
a/crypto/cryptlib.c
b/crypto/cryptlib.c
index 6defb7cc6993129f7e3c6e7e4b50279c102727f5..28bc254fab598044b38e821e4180fc117f198af3 100644
(file)
--- 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)