projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
c130c0f
)
Free the correct type in OBJ_add_object()
author
Matt Caswell
<matt@openssl.org>
Mon, 12 Mar 2018 15:24:29 +0000
(15:24 +0000)
committer
Matt Caswell
<matt@openssl.org>
Mon, 12 Mar 2018 19:49:44 +0000
(19:49 +0000)
We should be using ASN1_OBJECT_free() not OPENSSL_free().
Fixes #5568
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5597)
No differences found