Make RSA test work.
authorBen Laurie <ben@links.org>
Tue, 2 Apr 2013 04:38:57 +0000 (05:38 +0100)
committerBen Laurie <ben@links.org>
Sat, 6 Apr 2013 14:13:11 +0000 (15:13 +0100)
test/Makefile
util/pl/unix.pl

index 620bf2b100f1aee4d6ea91806dd86066069852d4..0b36ae5de42fb73b1defa56881ee5d434ad6c292 100644 (file)
@@ -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)
 
index c5586486c0a3eab6676f299c475a7ff8c0744401..c1be1fc7ec057b75b6debc4d8c33ce5c79c2d930 100644 (file)
@@ -371,6 +371,8 @@ sub get_tests
                 'testreq2.pem',
                 'testp7.pem',
                 'pkcs7-1.pem',
+                'trsa',
+                'testrsa.pem',
               );
   my $copies = copy_scripts('test', @copies);