Commit 1b08bcbf authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Find openssl utility if on the PATH.

parent 346b1001
Loading
Loading
Loading
Loading
+1 −0
Changes for tools/c_rehash.in: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ if(! -x $openssl) {
	foreach (split /$path_delim/, $ENV{PATH}) {
		if(-x "$_/$openssl") {
			$found = 1;
			$openssl = "$_/$openssl";
			last;
		}	
	}