mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 02:53:30 +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…
Reference in New Issue
Block a user