Find openssl utility if on the PATH.

This commit is contained in:
Dr. Stephen Henson 2009-04-22 16:50:42 +00:00
parent 346b1001eb
commit 1b08bcbfe3

View File

@ -31,6 +31,7 @@ if(! -x $openssl) {
foreach (split /$path_delim/, $ENV{PATH}) {
if(-x "$_/$openssl") {
$found = 1;
$openssl = "$_/$openssl";
last;
}
}