openssl/test/recipes/15-test_ecdh.t
Richard Levitte 55b2258859 Fix a few tests that depended on the wrong algorithm check
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>
2015-09-08 02:47:30 +02:00

5 lines
90 B
Perl

#! /usr/bin/perl
use OpenSSL::Test::Simple;
simple_test("test_ecdh", "ecdhtest", "ec");