d09ae56d520f207e80f427643d093330c1d3a1af
[openssl.git] / test / recipes / 25-test_sid.t
1 #! /usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use File::Spec;
7 use Test::More 0.96;
8 use OpenSSL::Test qw/:DEFAULT top_file/;
9
10 setup("test_sid");
11
12 plan tests => 2;
13
14 require_ok(top_file('test','recipes','tconversion.pl'));
15
16 subtest 'sid conversions' => sub {
17     tconversion("sid", top_file("test","testsid.pem"), "sess_id");
18 };