From eca4feb580cffd6af474f599efe3fe99505a525c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 20 Jun 2006 17:32:05 +0000 Subject: Importing OpenSSL 0.9.8b svn path=/openssl/vendor/current/CHANGES; revision=1 --- openssl/vendor/current/util/extract-section.pl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openssl/vendor/current/util/extract-section.pl (limited to 'openssl/vendor/current/util/extract-section.pl') diff --git a/openssl/vendor/current/util/extract-section.pl b/openssl/vendor/current/util/extract-section.pl new file mode 100644 index 00000000..7a0ba4f6 --- /dev/null +++ b/openssl/vendor/current/util/extract-section.pl @@ -0,0 +1,12 @@ +#!/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