aboutsummaryrefslogtreecommitdiff
path: root/crypto/md5
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>1999-07-25 15:25:30 +0000
committerAndy Polyakov <appro@openssl.org>1999-07-25 15:25:30 +0000
commit6841fb0d1e3c52d35e6d3c75482be044a0a8a5c0 (patch)
tree482c16c9bf4cdb2ccd3625ccc8971e9129f18ff8 /crypto/md5
parenta0618e3e5e79f629e7818d64338d29d4a751c649 (diff)
downloadopenssl-6841fb0d1e3c52d35e6d3c75482be044a0a8a5c0.zip
openssl-6841fb0d1e3c52d35e6d3c75482be044a0a8a5c0.tar.gz
openssl-6841fb0d1e3c52d35e6d3c75482be044a0a8a5c0.tar.bz2
Minor MD5 tune-up for WIN32 on Intel.
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/md5_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index 2226397..9d04696 100644
--- a/crypto/md5/md5_locl.h
+++ b/crypto/md5/md5_locl.h
@@ -66,7 +66,7 @@
#endif
#ifdef MD5_ASM
-# if defined(__i386) || defined(WIN32)
+# if defined(__i386) || defined(_M_IX86)
# define md5_block_host_order md5_block_asm_host_order
# elif defined(__sparc) && defined(ULTRASPARC)
void md5_block_asm_data_order_aligned (MD5_CTX *c, const MD5_LONG *p,int num);
@@ -77,7 +77,7 @@
void md5_block_host_order (MD5_CTX *c, const void *p,int num);
void md5_block_data_order (MD5_CTX *c, const void *p,int num);
-#if defined(__i386)
+#if defined(__i386) || defined(_M_IX86)
/*
* *_block_host_order is expected to handle aligned data while
* *_block_data_order - unaligned. As algorithm and host (x86)