Fix a few leaks due to X509_NAME_oneline(name, NULL, 0) dynamically
authortb <tb@openbsd.org>
Mon, 13 Dec 2021 19:46:22 +0000 (19:46 +0000)
committertb <tb@openbsd.org>
Mon, 13 Dec 2021 19:46:22 +0000 (19:46 +0000)
commit94329b3afb112bc684ba4ddfeb7648daac1e3a7e
treea56cef46e73704942bb5efb9261109c4a9eec428
parentad4874fadfa35738e12337ee35d409fda6b91472
Fix a few leaks due to X509_NAME_oneline(name, NULL, 0) dynamically
allocating a buffer.

ok tobhe
sbin/iked/ca.c