From: Bodo Möller Date: Fri, 14 May 1999 21:07:48 +0000 (+0000) Subject: Avoid compiler warnings for x86. X-Git-Tag: OpenSSL_0_9_3beta1~70 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8aa5b77c879539ad3cd2e4a6fc8eee0faae04cfb;p=oweals%2Fopenssl.git Avoid compiler warnings for x86. --- 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); * * */ -#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