CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/27 10:43:54
Modified files:
lib/libcrypto/aes: aes_local.h
Log message:
Remove unused defines from aes_local.h.
MAXKB was added in OpenSSL commit deb2c1a1 and appears to have never been
used, while MAXKC (originally RIJNDAEL_MAXKC) stopped being used in that
same commit. MAXNR is also unused - AES_MAXNR exists in the public
header.
ok tb@
