Commit f5cd3db5 authored by Ben Laurie's avatar Ben Laurie
Browse files

Make session ID test work.

parent 15e5f592
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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'));