Fix memory overrun in rsa padding check functions
[oweals/openssl.git] / crypto / ripemd / rmd_locl.h
index 9c5ba15130e621498b65c5727b8b985b8d423d64..f1ae4323ca9bf4ddf289521790c65b37bea02d9b 100644 (file)
@@ -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))