CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/06/15 09:43:00
Modified files: lib/libcrypto/evp: e_aes.c Log message: Remove aesni_init_key(). The various methods can now use the regular init key functions, since the call to AES_set_{en,de}crypt_key() will be routed to the AES-NI implementation, if supported. ok tb@