Merge fcrypt_b.c into fcrypt.c.
authorjsing <jsing@openbsd.org>
Sat, 31 Aug 2024 15:39:33 +0000 (15:39 +0000)
committerjsing <jsing@openbsd.org>
Sat, 31 Aug 2024 15:39:33 +0000 (15:39 +0000)
commit76b4b18fa2c7545d6f8cf3db1baea206b6747a22
treeeda67f76bad08c46d8c6c6b260beaecef18caa79
parentfe991495fa85d94f3760a6acfe85990007816146
Merge fcrypt_b.c into fcrypt.c.

There is no need for these to be separate (presumably done due to assembly
implementations, even though there are #ifdef as well).

Discussed with tb@
lib/libcrypto/Makefile
lib/libcrypto/des/fcrypt.c
lib/libcrypto/des/fcrypt_b.c [deleted file]