summaryrefslogtreecommitdiffstats
path: root/crypto/md4
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-23 21:27:21 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-23 21:27:21 +0000
commit1110cea00735fd3f779f62d28a12f4dd613fad61 (patch)
tree3af81f32a87d09b8ea9cfed33582972faa9ebffb /crypto/md4
parent0ed64ce3108def08e93b87cecf4cd616586c3833 (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