Remove various aesni_* defines to aes_* functions.
authorjsing <jsing@openbsd.org>
Thu, 4 Aug 2022 08:00:11 +0000 (08:00 +0000)
committerjsing <jsing@openbsd.org>
Thu, 4 Aug 2022 08:00:11 +0000 (08:00 +0000)
commitaf21c550da012244ba3b6407e527f28ffbb36d86
tree4e9a4e8732da841493107e4714136add4abb79f1
parent23a23c4495954c99355c685c8b28d45e05823e27
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@
lib/libcrypto/evp/e_aes.c