CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2022/08/02 01:51:37

Modified files:
        lib/libcrypto/evp: e_aes.c 

Log message:
Expand BLOCK_CIPHER_* macros.

As a first step towards untangling and cleaning up the EVP AES code, expand
the BLOCK_CIPHER_* macros. In particular, rather than having two sets of
macros - one that is used if AESNI is being compiled in and one if it is
not, condition on #ifdef AESNI_CAPABLE in the expanded code.

ok tb@

Reply via email to