Commit 509a83dd authored by Ben Laurie's avatar Ben Laurie
Browse files

Make RSA test work.

parent 8c7f5f3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ test_x509: ../apps/openssl tx509 testx509.pem v3-cert1.pem v3-cert2.pem
	echo test second x509v3 certificate
	sh ./tx509 v3-cert2.pem 2>/dev/null

test_rsa: $(RSATEST)$(EXE_EXT) ../apps/openssl
test_rsa: $(RSATEST)$(EXE_EXT) ../apps/openssl trsa testrsa.pem
	@sh ./trsa 2>/dev/null
	../util/shlib_wrap.sh ./$(RSATEST)

+2 −0
Original line number Diff line number Diff line
@@ -371,6 +371,8 @@ sub get_tests
		 'testreq2.pem',
		 'testp7.pem',
		 'pkcs7-1.pem',
		 'trsa',
		 'testrsa.pem',
	       );
  my $copies = copy_scripts('test', @copies);