Make RSA test work.

This commit is contained in:
Ben Laurie 2013-04-02 05:38:57 +01:00
parent 8c7f5f3bec
commit 509a83dd36
2 changed files with 3 additions and 1 deletions

View 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)

View file

@ -371,6 +371,8 @@ sub get_tests
'testreq2.pem',
'testp7.pem',
'pkcs7-1.pem',
'trsa',
'testrsa.pem',
);
my $copies = copy_scripts('test', @copies);