tls13encryptiontest is an "internal" test. As with all the other internal
tests it should not be run on a shared native Windows build.
[extended tests]
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5266)
plan skip_all => "$test_name is not supported in this build"
if disabled("tls1_3");
+plan skip_all => "This test is unsupported in a shared library build on Windows"
+ if $^O eq 'MSWin32' && !disabled("shared");
+
plan tests => 1;
ok(run(test(["tls13encryptiontest"])), "running tls13encryptiontest");