aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5_locl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-14 21:07:48 +0000
committerBodo Möller <bodo@openssl.org>1999-05-14 21:07:48 +0000
commit8aa5b77c879539ad3cd2e4a6fc8eee0faae04cfb (patch)
tree4780982160683805f00b13e106dbb717bd34cfe1 /crypto/md5/md5_locl.h
parent1ad2ecb66f24dc4d03e137b9f73224dc376ab5f4 (diff)
downloadopenssl-8aa5b77c879539ad3cd2e4a6fc8eee0faae04cfb.tar.gz
Avoid compiler warnings for x86.
Diffstat (limited to 'crypto/md5/md5_locl.h')
-rw-r--r--crypto/md5/md5_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index 56708ba8ea..1647683069 100644
--- a/crypto/md5/md5_locl.h
+++ b/crypto/md5/md5_locl.h
@@ -98,7 +98,7 @@ void md5_block_data_order (MD5_CTX *c, const unsigned char *p,int num);
*
* <appro@fy.chalmers.se>
*/
-#define md5_block_data_order md5_block_host_order
+#define md5_block_data_order(c,p,num) md5_block_host_order((c),(const MD5_LONG *)(p),(num))
#endif
#define DATA_ORDER_IS_LITTLE_ENDIAN