use OpenSSL::Test::Simple;
use OpenSSL::Test::Utils;
+setup("test_internal_asn1");
+
plan skip_all => "This test is unsupported in a shared library build on Windows"
if $^O eq 'MSWin32' && !disabled("shared");
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");
use OpenSSL::Test::Simple;
use OpenSSL::Test::Utils;
+setup("test_internal_modes");
+
plan skip_all => "This test is unsupported in a shared library build on Windows"
if $^O eq 'MSWin32' && !disabled("shared");
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");
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");
use OpenSSL::Test::Simple;
use OpenSSL::Test::Utils;
+setup("test_internal_x509");
+
plan skip_all => "This test is unsupported in a shared library build on Windows"
if $^O eq 'MSWin32' && !disabled("shared");