Improve testing of elliptic curve validation
[openssl.git] / test / recipes / 03-test_internal_chacha.t
index 642c00a1babda4d1b451fcfb780136138d4c2637..58e21f7cd70c1cc354f34b30bb3926668abe582f 100644 (file)
@@ -11,6 +11,8 @@ use OpenSSL::Test;              # get 'plan'
 use OpenSSL::Test::Simple;
 use OpenSSL::Test::Utils;
 
+setup("test_internal_chacha");
+
 plan skip_all => "This test is unsupported in a shared library build on Windows"
     if $^O eq 'MSWin32' && !disabled("shared");