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:
376729e
)
linux-x86_64 didn't link after EM64T RC4 tune-up...
author
Andy Polyakov
<appro@openssl.org>
Tue, 23 Nov 2004 09:06:12 +0000
(09:06 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 23 Nov 2004 09:06:12 +0000
(09:06 +0000)
crypto/cryptlib.c
patch
|
blob
|
history
diff --git
a/crypto/cryptlib.c
b/crypto/cryptlib.c
index 517678dbd425684f3cad50a460123515eebc7c69..3cfcb9e60243e69c0535cb16df4c15db014c44cd 100644
(file)
--- a/
crypto/cryptlib.c
+++ b/
crypto/cryptlib.c
@@
-539,7
+539,9
@@
const char *CRYPTO_get_lock_name(int type)
return(sk_value(app_locks,type-CRYPTO_NUM_LOCKS));
}
-#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || defined(__INTEL__)
+#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
+ defined(__INTEL__) || \
+ defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD64)
unsigned long OPENSSL_ia32cap_P=0;
unsigned long *OPENSSL_ia32cap_loc(void) { return &OPENSSL_ia32cap_P; }