aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md4
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-10-14 00:58:32 +0000
committerUlf Möller <ulf@openssl.org>2001-10-14 00:58:32 +0000
commita9eba3f3f59cdc4cced9979db016beac043266b4 (patch)
treefbcc11565041d9f14eac1b9c159f3934bd19cc7e /crypto/md4
parentaa8a33c230ca2db03fd958c440efe111b18db2d5 (diff)
downloadopenssl-a9eba3f3f59cdc4cced9979db016beac043266b4.tar.gz
openbsd-x86 macros
Submitted by: Toomas Kiisk <vix@cyber.ee>
Diffstat (limited to 'crypto/md4')
-rw-r--r--crypto/md4/md4_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/md4_locl.h b/crypto/md4/md4_locl.h
index 0a2b39018d..a8d31d7a73 100644
--- a/crypto/md4/md4_locl.h
+++ b/crypto/md4/md4_locl.h
@@ -68,7 +68,7 @@
void md4_block_host_order (MD4_CTX *c, const void *p,int num);
void md4_block_data_order (MD4_CTX *c, const void *p,int num);
-#if defined(__i386) || defined(_M_IX86) || defined(__INTEL__)
+#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || defined(__INTEL__)
/*
* *_block_host_order is expected to handle aligned data while
* *_block_data_order - unaligned. As algorithm and host (x86)