Blame SOURCES/openssl-1.0.1c-perlfind.patch

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