mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Correctly test for no-ec.
This commit is contained in:
parent
a0aaa5660a
commit
d5605699a1
@ -90,7 +90,7 @@ if ($? == 0)
|
||||
{
|
||||
$no_ec = 1;
|
||||
}
|
||||
elsif ($? == 1)
|
||||
elsif ($? == 256)
|
||||
{
|
||||
$no_ec = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user