]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/03-test_internal_siphash.t
Update copyright year
[thirdparty/openssl.git] / test / recipes / 03-test_internal_siphash.t
index f8569de769b56ac0927df23eb2e7933196bf49f1..408a674fc686530330bb552cda5e396d20af0e4c 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the OpenSSL license (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
@@ -11,7 +11,6 @@ use OpenSSL::Test;              # get 'plan'
 use OpenSSL::Test::Simple;
 use OpenSSL::Test::Utils;
 
-plan skip_all => "This test is unsupported in a shared library build on Windows"
-    if $^O eq 'MSWin32' && !disabled("shared");
+setup("test_internal_siphash");
 
-simple_test("test_internal_siphash", "siphash_internal_test", "mdc2");
+simple_test("test_internal_siphash", "siphash_internal_test", "siphash");