Update of /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/t
In directory sc8-pr-cvs1:/tmp/cvs-serv20795
Modified Files:
legacy.t rsa.t
Log Message:
Use it or loose it (patch from Rob Brown <bb...@cp...>).
Index: legacy.t
===================================================================
RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/t/legacy.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** legacy.t 7 Jan 2003 03:30:41 -0000 1.1
--- legacy.t 27 Apr 2003 19:59:40 -0000 1.2
***************
*** 3,6 ****
--- 3,7 ----
use Crypt::OpenSSL::Random;
+ use Crypt::OpenSSL::RSA;
BEGIN { plan tests => 11 }
Index: rsa.t
===================================================================
RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/t/rsa.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rsa.t 7 Jan 2003 03:30:41 -0000 1.1
--- rsa.t 27 Apr 2003 19:59:40 -0000 1.2
***************
*** 3,6 ****
--- 3,7 ----
use Crypt::OpenSSL::Random;
+ use Crypt::OpenSSL::RSA;
BEGIN { plan tests => 19 }
|