diff options
Diffstat (limited to 'src/lib/libcrypto/hmac/hmactest.c')
-rw-r--r-- | src/lib/libcrypto/hmac/hmactest.c | 11 |
1 files changed, 0 insertions, 11 deletions
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[]) | |||
74 | #include <openssl/md5.h> | 74 | #include <openssl/md5.h> |
75 | #endif | 75 | #endif |
76 | 76 | ||
77 | #ifdef CHARSET_EBCDIC | ||
78 | #include <openssl/ebcdic.h> | ||
79 | #endif | ||
80 | 77 | ||
81 | #ifndef OPENSSL_NO_MD5 | 78 | #ifndef OPENSSL_NO_MD5 |
82 | static struct test_st | 79 | static struct test_st |
@@ -132,14 +129,6 @@ int main(int argc, char *argv[]) | |||
132 | #ifdef OPENSSL_NO_MD5 | 129 | #ifdef OPENSSL_NO_MD5 |
133 | printf("test skipped: MD5 disabled\n"); | 130 | printf("test skipped: MD5 disabled\n"); |
134 | #else | 131 | #else |
135 | |||
136 | #ifdef CHARSET_EBCDIC | ||
137 | ebcdic2ascii(test[0].data, test[0].data, test[0].data_len); | ||
138 | ebcdic2ascii(test[1].data, test[1].data, test[1].data_len); | ||
139 | ebcdic2ascii(test[2].key, test[2].key, test[2].key_len); | ||
140 | ebcdic2ascii(test[2].data, test[2].data, test[2].data_len); | ||
141 | #endif | ||
142 | |||
143 | for (i=0; i<4; i++) | 132 | for (i=0; i<4; i++) |
144 | { | 133 | { |
145 | p=pt(HMAC(EVP_md5(), | 134 | p=pt(HMAC(EVP_md5(), |