CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/04 02:00:11
Modified files:
lib/libcrypto/evp: e_aes.c
Log message:
Remove various aesni_* defines to aes_* functions.
A number of the AES-NI functions are #defines to an aes_* function - remove
these and just use the AES variant directly.
ok tb@
