PR: 1782
Submitted by: Philip Prindeville <philipp_subx@redfish-solutions.com> Approved by: steve@openssl.org
This commit is contained in:
parent
2c17b493b1
commit
28af6367b8
@ -1048,7 +1048,7 @@ $perl=$ENV{'PERL'} or $perl=&which("perl5") or $perl=&which("perl")
|
||||
or $perl="perl";
|
||||
|
||||
chop $openssldir if $openssldir =~ /\/$/;
|
||||
chop $prefix if $prefix =~ /\/$/;
|
||||
chop $prefix if $prefix =~ /.\/$/;
|
||||
|
||||
$openssldir=$prefix . "/ssl" if $openssldir eq "";
|
||||
$openssldir=$prefix . "/" . $openssldir if $openssldir !~ /(^\/|^[a-zA-Z]:[\\\/])/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user