Update of /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25128
Modified Files:
bignum.t
Log Message:
whitespace
Index: bignum.t
===================================================================
RCS file: /cvsroot/perl-openssl/Crypt/OpenSSL/RSA/t/bignum.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** bignum.t 19 Feb 2004 02:19:40 -0000 1.7
--- bignum.t 19 Feb 2004 16:09:46 -0000 1.8
***************
*** 50,55 ****
my $iqmp = $q->mod_inverse($p, $ctx);
! my $rsa = Crypt::OpenSSL::RSA->new_key_from_parameters
! ($n, $e, $d, $p, $q);
ok($rsa);
--- 50,54 ----
my $iqmp = $q->mod_inverse($p, $ctx);
! my $rsa = Crypt::OpenSSL::RSA->new_key_from_parameters($n, $e, $d, $p, $q);
ok($rsa);
|