Simplify HMAC_CTX_new()
authorjoshua <joshua@openbsd.org>
Tue, 26 Mar 2024 12:10:50 +0000 (12:10 +0000)
committerjoshua <joshua@openbsd.org>
Tue, 26 Mar 2024 12:10:50 +0000 (12:10 +0000)
commitef54309ef87902d5b677412920f4eb1f0c423011
tree703dc1320ef08ccd19e75c56640fffe3107066c5
parent68777554d174129de181b34f6b6e826fdaca8668
Simplify HMAC_CTX_new()

There is no need to call HMAC_CTX_init() as the memory has already been
initialised to zero.

ok tb
lib/libcrypto/hmac/hmac.c