From ea0e3d9c499d48e936db83343e739d3b045a280f Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 27 Mar 2024 06:38:54 +0000 Subject: Tidy includes and a comment. --- src/lib/libcrypto/aes/aes_core.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/aes/aes_core.c b/src/lib/libcrypto/aes/aes_core.c index e3fdb4fd5e..06e85e8d49 100644 --- a/src/lib/libcrypto/aes/aes_core.c +++ b/src/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 -- cgit v1.2.3-55-g6feb