xref: /freebsd/crypto/openssl/test/recipes/30-test_evp_byname.t (revision a7148ab39c03abd4d1a84997c70bf96f15dd2a09)
1*a7148ab3SEnji Cooper#! /usr/bin/env perl
2*a7148ab3SEnji Cooper# Copyright 2024 The OpenSSL Project Authors. All Rights Reserved.
3*a7148ab3SEnji Cooper#
4*a7148ab3SEnji Cooper# Licensed under the Apache License 2.0 (the "License").  You may not use
5*a7148ab3SEnji Cooper# this file except in compliance with the License.  You can obtain a copy
6*a7148ab3SEnji Cooper# in the file LICENSE in the source distribution or at
7*a7148ab3SEnji Cooper# https://www.openssl.org/source/license.html
8*a7148ab3SEnji Cooper
9*a7148ab3SEnji Cooperuse strict;
10*a7148ab3SEnji Cooperuse OpenSSL::Test;
11*a7148ab3SEnji Cooperuse OpenSSL::Test::Simple;
12*a7148ab3SEnji Cooperuse OpenSSL::Test::Utils;
13*a7148ab3SEnji Cooper
14*a7148ab3SEnji Coopersetup("test_evp_byname");
15*a7148ab3SEnji Cooper
16*a7148ab3SEnji Coopersimple_test("test_evp_byname", "evp_byname_test");
17