OpenSSL 1.1.1-pre2
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
/*
|
||||
* DO EXAMINE COMMENTS IN crypto/md5/md5_locl.h & crypto/md5/md5_dgst.c
|
||||
* FOR EXPLANATIONS ON FOLLOWING "CODE."
|
||||
* <appro@fy.chalmers.se>
|
||||
*/
|
||||
#ifdef RMD160_ASM
|
||||
# if defined(__i386) || defined(__i386__) || defined(_M_IX86)
|
||||
@@ -46,7 +45,7 @@ void ripemd160_block_data_order(RIPEMD160_CTX *c, const void *p, size_t num);
|
||||
#include "internal/md32_common.h"
|
||||
|
||||
/*
|
||||
* Transformed F2 and F4 are courtesy of Wei Dai <weidai@eskimo.com>
|
||||
* Transformed F2 and F4 are courtesy of Wei Dai
|
||||
*/
|
||||
#define F1(x,y,z) ((x) ^ (y) ^ (z))
|
||||
#define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z))
|
||||
|
||||
Reference in New Issue
Block a user