mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
c3708f9f7a
Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14271)
16 lines
579 B
Raku
16 lines
579 B
Raku
#! /usr/bin/env perl
|
|
# Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
# Copyright 2021 [UnionTech](https://www.uniontech.com). 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
|
|
# 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");
|