CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/04/23 04:09:08
Modified files:
lib/libcrypto/modes: cbc128.c cfb128.c ctr128.c ofb128.c
Log message:
Unifdef OPENSSL_SMALL_FOOTPRINT.
We do not build with OPENSSL_SMALL_FOOTPRINT and it removes more untested
code paths.
Request by tb@ (and it was already on my TODO list!)
