X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fsha512t.c;h=b11fcaa051a600575ca3bd48e572ccf23ff0399d;hp=e741b27fdbc0e1a2fda2b6e30000c9da2d283bcd;hb=eeac54ef6d7eedd42a97025ddddaf06777be3c6b;hpb=f430ba31ac81f27f0014320fee335d2dc4562a95 diff --git a/test/sha512t.c b/test/sha512t.c index e741b27fdb..b11fcaa051 100644 --- a/test/sha512t.c +++ b/test/sha512t.c @@ -81,19 +81,6 @@ int main(int argc, char **argv) int i; EVP_MD_CTX *evp; -# ifdef OPENSSL_IA32_SSE2 - /* - * Alternative to this is to call OpenSSL_add_all_algorithms... The below - * code is retained exclusively for debugging purposes. - */ - { - char *env; - - if ((env = getenv("OPENSSL_ia32cap"))) - OPENSSL_ia32cap = strtoul(env, NULL, 0); - } -# endif - fprintf(stdout, "Testing SHA-512 "); EVP_Digest("abc", 3, md, NULL, EVP_sha512(), NULL);