Tone down the requirements of a test that will go away.
[openssl.git] / test / recipes / 30-test_evp_extra.t
1 #! /usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 use OpenSSL::Test;
8
9 setup("test_evp_extra");
10
11 plan tests => 1;
12 ok(run(test(["evp_extra_test"])), "running evp_extra_test");