components/openssl/openssl-1.0.1/patches/14-manpage_openssl.patch
branchs11u3-sru
changeset 7163 ee09edbd5876
parent 7159 59b406bc4a3a
child 7164 b2abbab8e6d5
--- a/components/openssl/openssl-1.0.1/patches/14-manpage_openssl.patch	Wed Oct 12 06:26:22 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-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";
-