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}) {
|
foreach (split /$path_delim/, $ENV{PATH}) {
|
||||||
if(-x "$_/$openssl") {
|
if(-x "$_/$openssl") {
|
||||||
$found = 1;
|
$found = 1;
|
||||||
|
$openssl = "$_/$openssl";
|
||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user