From c9414ed70ec89926c1041a64ee4b2f3ef36c90f6 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/hmac/hmactest.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/lib/libcrypto/hmac/hmactest.c') diff --git a/src/lib/libcrypto/hmac/hmactest.c b/src/lib/libcrypto/hmac/hmactest.c index 1b906b81af..282e06e53e 100644 --- a/src/lib/libcrypto/hmac/hmactest.c +++ b/src/lib/libcrypto/hmac/hmactest.c @@ -74,9 +74,6 @@ int main(int argc, char *argv[]) #include #endif -#ifdef CHARSET_EBCDIC -#include -#endif #ifndef OPENSSL_NO_MD5 static struct test_st @@ -132,14 +129,6 @@ int main(int argc, char *argv[]) #ifdef OPENSSL_NO_MD5 printf("test skipped: MD5 disabled\n"); #else - -#ifdef CHARSET_EBCDIC - ebcdic2ascii(test[0].data, test[0].data, test[0].data_len); - ebcdic2ascii(test[1].data, test[1].data, test[1].data_len); - ebcdic2ascii(test[2].key, test[2].key, test[2].key_len); - ebcdic2ascii(test[2].data, test[2].data, test[2].data_len); -#endif - for (i=0; i<4; i++) { p=pt(HMAC(EVP_md5(), -- cgit v1.2.3-55-g6feb