summaryrefslogtreecommitdiffstats
path: root/crypto/md4
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-23 21:27:13 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-23 21:27:13 +0000
commit07f7b4b470dc342457ca7a51449e91d232a2f3b2 (patch)
tree14cf4f2cac69408985e675817f038c3700fa84cc /crypto/md4
parent7e726e42f41d80b597428c0e6103ec5e09e38500 (diff)
Update for Stratus VOS.
PR: 1130
Diffstat (limited to 'crypto/md4')
-rw-r--r--crypto/md4/md4_locl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/md4/md4_locl.h b/crypto/md4/md4_locl.h
index 7e219b17ea..abc7b9bb84 100644
--- a/crypto/md4/md4_locl.h
+++ b/crypto/md4/md4_locl.h
@@ -69,6 +69,7 @@ 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(B_ENDIAN)
/*
* *_block_host_order is expected to handle aligned data while
* *_block_data_order - unaligned. As algorithm and host (x86)
@@ -90,7 +91,8 @@ void md4_block_data_order (MD4_CTX *c, const void *p,size_t num);
*
* <appro@fy.chalmers.se>
*/
-#define md4_block_data_order md4_block_host_order
+# define md4_block_data_order md4_block_host_order
+# endif
#endif
#define DATA_ORDER_IS_LITTLE_ENDIAN