Use EVP_MD in HKDF() and HKDF_extract() prototypes
authortb <tb@openbsd.org>
Fri, 11 Aug 2023 04:52:08 +0000 (04:52 +0000)
committertb <tb@openbsd.org>
Fri, 11 Aug 2023 04:52:08 +0000 (04:52 +0000)
commitaa42de4717fd8df13aeb685263cf463f79b0cd8a
treebf80c37cdba0ff2582d7c8f597e62001f1479e9f
parent502e0f15eadf9cbe35241a9373fce8ed25c95f51
Use EVP_MD in HKDF() and HKDF_extract() prototypes

Switch these prototypes to be like all other code and use the EVP_MD type
rather than the internal name of the struct. This also makes the function
definitions match the prototypes.

ok jsing
lib/libcrypto/hkdf/hkdf.h