fix typo
This commit is contained in:
parent
3c6ab9aad9
commit
f95d097359
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue