Avoid compiler warnings for x86.
This commit is contained in:
parent
1ad2ecb66f
commit
8aa5b77c87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue