From 5dadf34209c288b8fffba1016e6a3c9446381153 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 7 Jun 2007 02:37:32 +0000 Subject: Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution. svn path=/openssl/Makefile; revision=659 --- openssl/trunk/util/extract-section.pl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 openssl/trunk/util/extract-section.pl (limited to 'openssl/trunk/util/extract-section.pl') diff --git a/openssl/trunk/util/extract-section.pl b/openssl/trunk/util/extract-section.pl deleted file mode 100644 index 7a0ba4f6..00000000 --- a/openssl/trunk/util/extract-section.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -while() { - if (/=for\s+comment\s+openssl_manual_section:(\S+)/) - { - print "$1\n"; - exit 0; - } -} - -print "$ARGV[0]\n"; - -- cgit v1.2.3