openssl/test/recipes/03-test_internal_sm3.t
Tomas Mraz 7585073892 Apply the correct Apache v2 license
There were still a few files mentioning the old OpenSSL license.

Fixes #17684

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17686)
2022-02-14 10:08:21 +01:00

16 lines
587 B
Raku

#! /usr/bin/env perl
# Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
# Copyright 2021 [UnionTech](https://www.uniontech.com). All Rights Reserved.
#
# Licensed under the Apache License 2.0 (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
use OpenSSL::Test; # get 'plan'
use OpenSSL::Test::Simple;
setup("test_internal_sm3");
simple_test("test_internal_sm3", "sm3_internal_test", "sm3");