Fix 80-test_ssl_old.t: only count the ciphers if there are any.
[openssl.git] / test / recipes / 03-test_internal_poly1305.t
index 1c88d28f11e1b7ed1509cfb617db59c3806f590b..b5809c145f53e2a6cbd404eb55587ebb9926d3a5 100644 (file)
@@ -11,7 +11,9 @@ use OpenSSL::Test;              # get 'plan'
 use OpenSSL::Test::Simple;
 use OpenSSL::Test::Utils;
 
+setup("test_internal_poly1305");
+
 plan skip_all => "This test is unsupported in a shared library build on Windows"
     if $^O eq 'MSWin32' && !disabled("shared");
 
-simple_test("test_internal_poly1305", "poly1305_internal_test", "mdc2");
+simple_test("test_internal_poly1305", "poly1305_internal_test", "poly1305");