summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-04-02 05:38:57 +0100
committerBen Laurie <ben@links.org>2013-04-06 15:13:11 +0100
commit509a83dd365f167a997d2855f6cd417fb43d3e75 (patch)
tree42d00e4a6a6fe2776b6d6a66958bf9718bc2fe32 /test/Makefile
parent8c7f5f3becce0522bbad4539d079e011f05eb5ac (diff)
Make RSA test work.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 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)