diff options
Diffstat (limited to 'perl/tt.pl')
-rw-r--r-- | perl/tt.pl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/perl/tt.pl b/perl/tt.pl deleted file mode 100644 index 31febc7d25..0000000000 --- a/perl/tt.pl +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/local/bin/perl - -use ExtUtils::testlib; - -use SSLeay; - -for ($i=1; $i<1000; $i++) - { - $a.=$i%10; - $y=SSLeay::BN::dec2bn($a); - $z=SSLeay::BN::bn2dec($y); - - print "$a\n$y\n$z\n"; - } - |