CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/23 06:05:06
Modified files:
lib/libcrypto/evp: evp_enc.c
Log message:
Use more consistent order for Init/Update/Final
Consistently implement the _ex() version after the non-extended versions,
First Cipher Init/Update/Final, then Encrypt, then Decrypt. This only
switches the order of CipherFinal{,_ex} and move the DecryptInit* down,
so they are no longer somewhere in the middle of the Encrypt* functions.
