CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/10 22:52:08
Modified files:
lib/libcrypto/hkdf: hkdf.h
Log message:
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
