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:
bf2336f
)
Provide a default OPENSSL_ia32cap_loc for non-Intel platforms where
author
Richard Levitte
<levitte@openssl.org>
Thu, 21 Apr 2005 09:10:19 +0000
(09:10 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 21 Apr 2005 09:10:19 +0000
(09:10 +0000)
util/libeay.num is important when building shared libraries, like
VMS.
crypto/cryptlib.c
patch
|
blob
|
history
diff --git
a/crypto/cryptlib.c
b/crypto/cryptlib.c
index ef028a92763e234dd1d52452fb2c6eb37bee31c3..7b86e599ff60911000f082c327340379c983d784 100644
(file)
--- a/
crypto/cryptlib.c
+++ b/
crypto/cryptlib.c
@@
-569,6
+569,8
@@
void OPENSSL_cpuid_setup(void)
}
#endif
+#else
+unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; }
#endif
#if !defined(OPENSSL_CPUID_SETUP)
void OPENSSL_cpuid_setup(void) {}