Blame SOURCES/openssl-1.0.1c-perlfind.patch

7779df
diff -up openssl-1.0.1c/util/perlpath.pl.perlfind openssl-1.0.1c/util/perlpath.pl
7779df
--- openssl-1.0.1c/util/perlpath.pl.perlfind	2012-07-11 22:57:33.000000000 +0200
7779df
+++ openssl-1.0.1c/util/perlpath.pl	2012-07-12 00:31:12.102156275 +0200
7779df
@@ -4,10 +4,10 @@
7779df
 # line in all scripts that rely on perl.
7779df
 #
7779df
 
7779df
-require "find.pl";
7779df
+use File::Find;
7779df
 
7779df
 $#ARGV == 0 || print STDERR "usage: perlpath newpath  (eg /usr/bin)\n";
7779df
-&find(".");
7779df
+find(\&wanted, ".");
7779df
 
7779df
 sub wanted
7779df
 	{