commit | 20384f416e30dd19c52f72da8946fc4c9a027630 | [log] [tgz] |
---|---|---|
author | Pengyu Lv <pengyu.lv@arm.com> | Thu Sep 21 10:14:16 2023 +0800 |
committer | Pengyu Lv <pengyu.lv@arm.com> | Thu Sep 21 10:14:16 2023 +0800 |
tree | 4d7dfb7de4ee9e89009d01efe63559bd06f0983d | |
parent | 7fb6fc60cef3d07d772944d7d604e45e9a233b3e [diff] [blame] |
Fix the comments of some guards Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
diff --git a/include/mbedtls/aesni.h b/include/mbedtls/aesni.h index 49bc9e1..0da40a0 100644 --- a/include/mbedtls/aesni.h +++ b/include/mbedtls/aesni.h
@@ -176,6 +176,6 @@ #endif #endif /* MBEDTLS_AESNI_HAVE_CODE */ -#endif /* MBEDTLS_AESNI_C */ +#endif /* MBEDTLS_AESNI_C && (MBEDTLS_HAVE_X86_64 || MBEDTLS_HAVE_X86) */ #endif /* MBEDTLS_AESNI_H */