CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/31 08:25:04
Modified files:
lib/libcrypto/des: cbc_enc.c
Log message:
Expand DES_cbc_encrypt() in cbc_enc.c.
Copy ncbc_enc.c where it was previously #included, then clean up with
`unifdef -m -DCBC_ENC_C__DONT_UPDATE_IV`.
Discussed with tb@
