summaryrefslogtreecommitdiffstats
path: root/crypto/md4
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-10-25 15:55:06 +0000
committerAndy Polyakov <appro@openssl.org>2005-10-25 15:55:06 +0000
commit6c1fc273f3b470ca4aff313ea9abaaab4e41f7b8 (patch)
tree107f916cba09ef2c61efad98c23b9e77df50a518 /crypto/md4
parentaa8b03b415d20c0863f44c211486f881c6689383 (diff)
Eliminate false preprocessor dependencies introduced with VOS support.
Diffstat (limited to 'crypto/md4')
-rw-r--r--crypto/md4/md4_locl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/md4/md4_locl.h b/crypto/md4/md4_locl.h
index abc7b9bb84..625b587fde 100644
--- a/crypto/md4/md4_locl.h
+++ b/crypto/md4/md4_locl.h
@@ -68,7 +68,8 @@
void md4_block_host_order (MD4_CTX *c, const void *p,size_t num);
void md4_block_data_order (MD4_CTX *c, const void *p,size_t num);
-#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) || defined(_M_X64)
# if !defined(B_ENDIAN)
/*
* *_block_host_order is expected to handle aligned data while