]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/recipes/25-test_sid.t
Add version numbers on some modules we use.
[thirdparty/openssl.git] / test / recipes / 25-test_sid.t
CommitLineData
4650de3e
RL
1#! /usr/bin/perl
2
3use strict;
4use warnings;
5
6use File::Spec;
fb921436 7use Test::More 0.96;
4650de3e
RL
8use OpenSSL::Test qw/:DEFAULT top_file/;
9
10setup("test_sid");
11
12plan tests => 2;
13
14require_ok(top_file('test','recipes','tconversion.pl'));
15
16subtest 'sid conversions' => sub {
17 tconversion("sid", top_file("test","testsid.pem"), "sess_id");
18};