CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/04/21 06:23:09
Modified files: lib/libcrypto/aes: aes_core.c aes_local.h Log message: Use standard integer types rather than custom typedefs. Replace u32 with uint32_t, remove unused u16 and replace u8 with uint8_t. ok tb@