blob: e03c5b67bee16f3e916e1180194886b8461d816b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /usr/bin/perl
use strict;
use warnings;
use Test::More;
use OpenSSL::Test;
setup("test_p5_crpt2");
plan tests => 1;
ok(run(test(["p5_crpt2_test"])), "running p5_crpt2_test");
|