mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-09 04:37:49 +00:00
Add empty lines for readability in library/aes.c
Signed-off-by: Hanno Becker <[email protected]>
This commit is contained in:
@@ -33,15 +33,19 @@
|
||||
#include "mbedtls/platform.h"
|
||||
#include "mbedtls/platform_util.h"
|
||||
#include "mbedtls/error.h"
|
||||
|
||||
#if defined(MBEDTLS_PADLOCK_C)
|
||||
#include "mbedtls/padlock.h"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_AESNI_C)
|
||||
#include "mbedtls/aesni.h"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_ARMV8CE_AES_C)
|
||||
#include "mbedtls/armv8ce_aes.h"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_SELF_TEST)
|
||||
#if defined(MBEDTLS_PLATFORM_C)
|
||||
#include "mbedtls/platform.h"
|
||||
|
||||
Reference in New Issue
Block a user