]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove an unnecessary call to BN_CTX_free.
authorAaron Thompson <dev@aaront.org>
Tue, 31 Mar 2020 07:19:16 +0000 (07:19 +0000)
committerTomas Mraz <tmraz@fedoraproject.org>
Fri, 3 Apr 2020 08:42:14 +0000 (10:42 +0200)
commit94468c775c8e23dae8549ca15b4f9e0718650b0c
tree1b7ee7b12f1d4b0efdd1904a1d4db99780ccae5d
parent0e8b6c97ba7ac37f5e92f6a24d128b04b5336388
Remove an unnecessary call to BN_CTX_free.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11452)
crypto/ec/ec_check.c