CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/31 09:39:33
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/des: fcrypt.c
Removed files:
lib/libcrypto/des: fcrypt_b.c
Log message:
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@
