mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
fix typo
This commit is contained in:
parent
449bd384ed
commit
f42e6d24f2
@ -443,7 +443,7 @@ builtin_err:
|
||||
EC_KEY_free(eckey);
|
||||
if (wrong_eckey)
|
||||
EC_KEY_free(wrong_eckey);
|
||||
if (signature);
|
||||
if (signature)
|
||||
OPENSSL_free(signature);
|
||||
if (curves)
|
||||
OPENSSL_free(curves);
|
||||
|
Loading…
Reference in New Issue
Block a user