mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
55b2258859
test_ecdh and test_ecdsa are made to depend on no-ec being false. test_hmac is made not to depend on algorithm at all. Based on a contribution by Alessandro Ghedini <alessandro@ghedini.me> Reviewed-by: Rich Salz <rsalz@openssl.org>
6 lines
92 B
Perl
6 lines
92 B
Perl
#! /usr/bin/perl
|
|
|
|
use OpenSSL::Test::Simple;
|
|
|
|
simple_test("test_ecdsa", "ecdsatest", "ec");
|