From 92844ed9ee9669570f835505ba381ddda1a9be3b Mon Sep 17 00:00:00 2001 From: jsing Date: Wed, 27 Mar 2024 06:38:54 +0000 Subject: [PATCH] Tidy includes and a comment. --- lib/libcrypto/aes/aes_core.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/aes/aes_core.c b/lib/libcrypto/aes/aes_core.c index e3fdb4fd5e2..06e85e8d496 100644 --- a/lib/libcrypto/aes/aes_core.c +++ b/lib/libcrypto/aes/aes_core.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aes_core.c,v 1.14 2022/11/26 16:08:50 tb Exp $ */ +/* $OpenBSD: aes_core.c,v 1.15 2024/03/27 06:38:54 jsing Exp $ */ /** * rijndael-alg-fst.c * @@ -25,8 +25,10 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* Note: rewritten a little bit to provide error control and an OpenSSL- - compatible API */ +/* + * Note: rewritten a little bit to provide error control and an OpenSSL- + * compatible API. + */ #ifndef AES_DEBUG # ifndef NDEBUG @@ -35,7 +37,9 @@ #endif #include + #include + #include "aes_local.h" #ifndef AES_ASM -- 2.20.1