CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/13 14:00:57
Modified files:
lib/libcrypto/aes: aes_core.c
Log message:
AES_{decrypt,encrypt}() don't return void internal function
"A return statement with an expression shall not appear in a function
whose return type is void."
ok deraadt miod
