summaryrefslogtreecommitdiffstats
path: root/perl/y.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl/y.pl')
-rw-r--r--perl/y.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/perl/y.pl b/perl/y.pl
deleted file mode 100644
index e869460ab7..0000000000
--- a/perl/y.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/local/bin/perl
-use ExtUtils::testlib;
-use SSLeay;
-
-$message=SSLeay::BN::dec2bn("936345681743241125150760694794510965960940252288797108931456691368672287489405603308617928680920874760917824938589009714909675985261365549781893129784821682998948722");
-
-print $message->bn2hex."\n";