Author :
jsing
Date :
2025-06-27 16:43:54
Hash :53243425 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@