From 399901082925ad76fc2bd5cd8d351a590f3f2989 Mon Sep 17 00:00:00 2001 From: beck <> Date: Tue, 15 Apr 2014 17:46:17 +0000 Subject: Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity with the bearded ones... some API's that nobody should be using will dissapear with this commit. --- src/lib/libcrypto/ripemd/rmdtest.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/lib/libcrypto/ripemd') diff --git a/src/lib/libcrypto/ripemd/rmdtest.c b/src/lib/libcrypto/ripemd/rmdtest.c index fb34e0e836..b32fda96ed 100644 --- a/src/lib/libcrypto/ripemd/rmdtest.c +++ b/src/lib/libcrypto/ripemd/rmdtest.c @@ -72,10 +72,6 @@ int main(int argc, char *argv[]) #include #include -#ifdef CHARSET_EBCDIC -#include -#endif - static char *test[]={ "", "a", @@ -112,9 +108,6 @@ int main(int argc, char *argv[]) i=1; while (*P != NULL) { -#ifdef CHARSET_EBCDIC - ebcdic2ascii((char *)*P, (char *)*P, strlen((char *)*P)); -#endif EVP_Digest(&(P[0][0]),strlen((char *)*P),md,NULL,EVP_ripemd160(), NULL); p=pt(md); if (strcmp(p,(char *)*R) != 0) -- cgit v1.2.3-55-g6feb