CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2024/02/18 08:43:21

Modified files:
        lib/libcrypto/evp: evp_digest.c evp_local.h 

Log message:
Add EVP_MD_CTX_legacy_clear()

This is analogous to EVP_CIPHER_CTX_legacy_clear() and will serve as an
internal replacement for EVP_MD_CTX_init() until the conversion to heap
allocated ctx is completed. This way EVP_MD_CTX_init() can be changed to
match the OpenSSL 1.1 API.

ok jsing

Reply via email to