]> WPIA git - cassiopeia.git/blobdiff - lib/openssl/util/extract-section.pl
upd: openssl to 1.1.0
[cassiopeia.git] / lib / openssl / util / extract-section.pl
diff --git a/lib/openssl/util/extract-section.pl b/lib/openssl/util/extract-section.pl
deleted file mode 100644 (file)
index 7a0ba4f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-while(<STDIN>) {
-       if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
-               {
-               print "$1\n";
-               exit 0;
-               }
-}
-
-print "$ARGV[0]\n";
-