Make RSA test work.
diff --git a/test/Makefile b/test/Makefile
index 620bf2b..0b36ae5 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -260,7 +260,7 @@
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 c558648..c1be1fc 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -371,6 +371,8 @@
'testreq2.pem',
'testp7.pem',
'pkcs7-1.pem',
+ 'trsa',
+ 'testrsa.pem',
);
my $copies = copy_scripts('test', @copies);