From: Ben Laurie Date: Tue, 2 Apr 2013 04:38:57 +0000 (+0100) Subject: Make RSA test work. X-Git-Tag: master-post-reformat~1347 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=509a83dd365f167a997d2855f6cd417fb43d3e75 Make RSA test work. --- diff --git a/test/Makefile b/test/Makefile index 620bf2b100..0b36ae5de4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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) diff --git a/util/pl/unix.pl b/util/pl/unix.pl index c5586486c0..c1be1fc7ec 100644 --- a/util/pl/unix.pl +++ b/util/pl/unix.pl @@ -371,6 +371,8 @@ sub get_tests 'testreq2.pem', 'testp7.pem', 'pkcs7-1.pem', + 'trsa', + 'testrsa.pem', ); my $copies = copy_scripts('test', @copies);