CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/12/20 07:10:03

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

Log message:
Remove block_mask from EVP_CIPHER_CTX

The block mask is only used in EVP_{De,En}cryptUpdate(). There's no need to
hang it off the EVP_CIPHER_CTX since it is easy to compute and validate.

ok joshua jsing

Reply via email to