aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-04-02 06:04:58 +0100
committerBen Laurie <ben@links.org>2013-04-06 15:13:12 +0100
commitf5cd3db541cd1fa71bec1c07a9aecc3e0e058096 (patch)
tree6569a4237f96bb3ebfc3fc9f1964f8f92834017f
parent15e5f592c1c094e31883dd499cdfaf9760eaeafc (diff)
downloadopenssl-f5cd3db541cd1fa71bec1c07a9aecc3e0e058096.tar.gz
Make session ID test work.
-rw-r--r--test/Makefile2
-rw-r--r--util/pl/unix.pl1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 3063bcad83..67243ea747 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -267,7 +267,7 @@ test_rsa: $(RSATEST)$(EXE_EXT) ../apps/openssl trsa testrsa.pem
test_crl: ../apps/openssl tcrl testcrl.pem
@sh ./tcrl 2>/dev/null
-test_sid: ../apps/openssl tsid
+test_sid: ../apps/openssl tsid testsid.pem
@sh ./tsid 2>/dev/null
test_req: ../apps/openssl treq testreq.pem testreq2.pem
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index d6b11944c3..b8a218db73 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -374,6 +374,7 @@ sub get_tests
'pkcs7-1.pem',
'trsa',
'testrsa.pem',
+ 'testsid.pem',
);
my $copies = copy_scripts(1, 'test', @copies);
$copies .= copy_scripts(0, 'test', ('smcont.txt'));