summaryrefslogtreecommitdiffstats
path: root/perl/f.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl/f.pl')
-rw-r--r--perl/f.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/perl/f.pl b/perl/f.pl
deleted file mode 100644
index 4b6b2b75bf..0000000000
--- a/perl/f.pl
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/local/bin/perl
-
-use ExtUtils::testlib;
-
-use SSLeay;
-
-for (7 .. 7926)
- {
- my $num = SSLeay::BN::dec2bn($_);
- print "$_ is ".($num->is_prime ? 'prime' : 'composite'), "\n";
- }