0c85cc5069
Some of them make use of recipes/tconversion.pl. Reviewed-by: Rich Salz <rsalz@openssl.org>
13 lines
162 B
Perl
13 lines
162 B
Perl
#! /usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use Test::More;
|
|
use OpenSSL::Test;
|
|
|
|
setup("test_dh");
|
|
|
|
plan tests => 1;
|
|
ok(run(test(["dhtest"])), "running dhtest");
|