Blame SOURCES/openssl-1.0.1c-perlfind.patch

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