Expand DES_ncbc_encrypt() in des_enc.c.
authorjsing <jsing@openbsd.org>
Sat, 31 Aug 2024 14:29:15 +0000 (14:29 +0000)
committerjsing <jsing@openbsd.org>
Sat, 31 Aug 2024 14:29:15 +0000 (14:29 +0000)
commit5c4627d909af1097e82d6b7e94abd1a4b9424d29
tree3cee7c459ed11500bddc6df74452b852ba894353
parent3aae16b5d153077b9e1a65b4fc4d775e10a20bf6
Expand DES_ncbc_encrypt() in des_enc.c.

Copy ncbc_enc.c where it was previously #included, then clean up with
`unifdef -m -UCBC_ENC_C__DONT_UPDATE_IV`.

Discussed with tb@
lib/libcrypto/des/des_enc.c