Apply system_default configuration on SSL_CTX_new().
[openssl.git] / test / recipes / 03-test_internal_siphash.t
index f8569de769b56ac0927df23eb2e7933196bf49f1..1817e4e3dca6469e51e7eb43ef396bf262202a06 100644 (file)
@@ -11,7 +11,9 @@ use OpenSSL::Test;              # get 'plan'
 use OpenSSL::Test::Simple;
 use OpenSSL::Test::Utils;
 
+setup("test_internal_siphash");
+
 plan skip_all => "This test is unsupported in a shared library build on Windows"
     if $^O eq 'MSWin32' && !disabled("shared");
 
-simple_test("test_internal_siphash", "siphash_internal_test", "mdc2");
+simple_test("test_internal_siphash", "siphash_internal_test", "siphash");