- Update math-pariinit.patch - updated to 0.520.0 (0.52) see /usr/share/doc/packages/perl-Crypt-Primes/Changes Revision history for Perl module Crypt::RSA OBS-URL: https://build.opensuse.org/request/show/1244885 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-Primes?expand=0&rev=13
28 lines
518 B
Diff
28 lines
518 B
Diff
index 3a11e85..c382c8c 100755
|
|
--- a/t/genprime.t
|
|
+++ b/t/genprime.t
|
|
@@ -8,8 +8,8 @@
|
|
##
|
|
## $Id$
|
|
|
|
+use Math::PariInit qw( floor stack=16000000 );
|
|
use Crypt::Primes qw(maurer);
|
|
-use Math::Pari qw(floor);
|
|
|
|
print "1..10\n";
|
|
|
|
diff --git a/t/genprime_elgamal.t b/t/genprime_elgamal.t
|
|
index 4437650..ce98380 100755
|
|
--- a/t/genprime_elgamal.t
|
|
+++ b/t/genprime_elgamal.t
|
|
@@ -8,8 +8,8 @@
|
|
##
|
|
## $Id$
|
|
|
|
+use Math::PariInit qw( floor stack=16000000 );
|
|
use Crypt::Primes;
|
|
-use Math::Pari qw(floor);
|
|
|
|
print "1..10\n";
|
|
|