Find openssl utility if on the PATH.
This commit is contained in:
parent
346b1001eb
commit
1b08bcbfe3
@ -31,6 +31,7 @@ if(! -x $openssl) {
|
||||
foreach (split /$path_delim/, $ENV{PATH}) {
|
||||
if(-x "$_/$openssl") {
|
||||
$found = 1;
|
||||
$openssl = "$_/$openssl";
|
||||
last;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user