mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 19:24:37 +00:00
Remove what was described by someone as "an EAY hack for compiling
SSLeay with Colin Plumb's MD5 implementation instead of his one".
This commit is contained in:
parent
a269d312da
commit
2e7e3d6ce9
13
e_os.h
13
e_os.h
@ -450,19 +450,6 @@ extern char *sys_errlist[]; extern int sys_nerr;
|
|||||||
#define IRIX_CC_BUG /* CDS++ up to V2.0Bsomething suffered from the same bug.*/
|
#define IRIX_CC_BUG /* CDS++ up to V2.0Bsomething suffered from the same bug.*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NO_MD2
|
|
||||||
#define MD2_Init MD2Init
|
|
||||||
#define MD2_Update MD2Update
|
|
||||||
#define MD2_Final MD2Final
|
|
||||||
#define MD2_DIGEST_LENGTH 16
|
|
||||||
#endif
|
|
||||||
#ifdef NO_MD5
|
|
||||||
#define MD5_Init MD5Init
|
|
||||||
#define MD5_Update MD5Update
|
|
||||||
#define MD5_Final MD5Final
|
|
||||||
#define MD5_DIGEST_LENGTH 16
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user