Simplify X509_STORE_free()
authortb <tb@openbsd.org>
Fri, 22 Mar 2024 06:24:54 +0000 (06:24 +0000)
committertb <tb@openbsd.org>
Fri, 22 Mar 2024 06:24:54 +0000 (06:24 +0000)
commiteeb276dfee031771095d62f976689174e966054b
tree60b4176268bb151c3908c0770a449d8d1f64223f
parent917cf742e55227a037e4f97a51180da872f3b978
Simplify X509_STORE_free()

This had an inlined version of sk_pop_free(). We can just call it the
right way.

ok jsing
lib/libcrypto/x509/x509_lu.c