CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/31 10:17:13
Modified files:
lib/libcrypto/des: des_enc.c des_fcrypt.c des_local.h
Log message:
Unifdef DES_PTR, DES_RISC1 and DES_RISC2.
These are all go fast knobs that convolute the code and can be dangerous.
Lets presume that we have a modern and somewhat capable C compiler instead.
ok tb@
