1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

improve various issues

- duplicate definition
- wrong comments
- redundant include statement

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu
2023-08-28 10:58:24 +08:00
parent 782b966666
commit f65f71eef3
4 changed files with 11 additions and 32 deletions

View File

@ -30,7 +30,6 @@
#include "mbedtls/aes.h"
#include "common.h"
#if defined(MBEDTLS_AESCE_C) && defined(MBEDTLS_ARCH_IS_ARM64)