Blame SOURCES/openssl-1.0.1c-perlfind.patch

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