VMS fixups for 1.0.2

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte
2015-01-07 02:15:35 +01:00
parent a936ba1148
commit cfb5d6c10a
3 changed files with 7 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ else
die "Error checking for EC support\n";
}
system ("$ossl_path no-ec2m >/dev/null");
system ("$ossl_path no-ec2m > $null_path");
if ($? == 0)
{
$no_ec2m = 1;
@@ -120,7 +120,7 @@ else
die "Error checking for EC2M support\n";
}
system ("$ossl_path no-ecdh >/dev/null");
system ("$ossl_path no-ecdh > $null_path");
if ($? == 0)
{
$no_ecdh = 1;