Tidy includes and a comment.
authorjsing <jsing@openbsd.org>
Wed, 27 Mar 2024 06:38:54 +0000 (06:38 +0000)
committerjsing <jsing@openbsd.org>
Wed, 27 Mar 2024 06:38:54 +0000 (06:38 +0000)
lib/libcrypto/aes/aes_core.c

index e3fdb4f..06e85e8 100644 (file)
@@ -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
  *
  * 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 <stdlib.h>
+
 #include <openssl/aes.h>
+
 #include "aes_local.h"
 
 #ifndef AES_ASM