mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Oops!
This commit is contained in:
parent
2f605e8d24
commit
785e827323
@ -335,7 +335,7 @@ void sk_sort(STACK *st)
|
||||
|
||||
int sk_is_sorted(const STACK *st)
|
||||
{
|
||||
if (st)
|
||||
if (!st)
|
||||
return 1;
|
||||
return st->sorted;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user