Inline only use of TS_VERIFY_CTX_init()
authortb <tb@openbsd.org>
Fri, 31 Mar 2023 17:47:39 +0000 (17:47 +0000)
committertb <tb@openbsd.org>
Fri, 31 Mar 2023 17:47:39 +0000 (17:47 +0000)
commit47468d46a29a8a75919c8c03877ce007929c813c
tree169be6b7b5a82bfad103b2ba00792b19945f2923
parentd8dd0570879b89954c6f6205a7ba06cc9104e932
Inline only use of TS_VERIFY_CTX_init()

Since TS_VERIFY_CTX is now opaque, the only thing TS_VERIFY_CTX_init()
is good for outside the library is memory leaks. Inside the library it's
also useless, since as a much more familiar name is memset(). It will soon
be able to join all the other nonsense that should never have leaked out of
this library.
lib/libcrypto/ts/ts_verify_ctx.c