summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-10-01 21:28:07 +0000
committerRichard Levitte <levitte@openssl.org>2000-10-01 21:28:07 +0000
commit2e7e3d6ce9910495eb66a6e77597dd2ebd43f815 (patch)
treeec14efa938fe66d81ad7d33b268d4858f4e3ada8 /e_os.h
parenta269d312dae19bfc902c3f24d46e76799c3782f4 (diff)
Remove what was described by someone as "an EAY hack for compiling
SSLeay with Colin Plumb's MD5 implementation instead of his one".
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/e_os.h b/e_os.h
index 4f9c983ef1..f44f39300c 100644
--- a/e_os.h
+++ b/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.*/
#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
}
#endif