Expand DES_cbc_encrypt() in cbc_enc.c.
authorjsing <jsing@openbsd.org>
Sat, 31 Aug 2024 14:25:04 +0000 (14:25 +0000)
committerjsing <jsing@openbsd.org>
Sat, 31 Aug 2024 14:25:04 +0000 (14:25 +0000)
commit3aae16b5d153077b9e1a65b4fc4d775e10a20bf6
treefc155f47158fe77d4935477c0996c78084653dc3
parent15f10d2b5d0262a1f7fba7df4e48ffdb6eddee0e
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@
lib/libcrypto/des/cbc_enc.c