components/openssl/openssl-1.0.1/patches/101-manpage_openssl.patch
author Misaki Miyashita <Misaki.Miyashita@Oracle.COM>
Thu, 28 May 2015 09:54:36 -0700
changeset 4370 7043c27399f1
parent 1158 components/openssl/openssl-1.0.1/patches/14-manpage_openssl.patch@227137d9fbce
permissions -rw-r--r--
19375978 Common code between openssl-1.0.1 and openssl-1.0.1-fips-140 should be shared

diff -ruN openssl-0.9.8a/util/extract-section.pl openssl-0.9.8a/util/extract-section.pl
--- openssl-0.9.8a/util/extract-section.pl	2004-11-25 18:47:31.000000000 +0100
+++ openssl-0.9.8a/util/extract-section.pl	2009-04-08 12:05:03.128230348 +0200
@@ -3,10 +3,10 @@
 while(<STDIN>) {
 	if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
 		{
-		print "$1\n";
+		print "${1}openssl\n";
 		exit 0;
 		}
 }
 
-print "$ARGV[0]\n";
+print "${ARGV[0]}openssl\n";