From 509a83dd365f167a997d2855f6cd417fb43d3e75 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 2 Apr 2013 05:38:57 +0100 Subject: [PATCH] Make RSA test work. --- test/Makefile | 2 +- util/pl/unix.pl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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); -- GitLab