summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile2
-rw-r--r--util/pl/unix.pl2
2 files changed, 3 insertions, 1 deletions
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);