From 779199faac8c1c0d88bee91f8c7512f5c67d1e44 Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Fri, 17 Mar 2023 17:16:53 +0000 Subject: [PATCH] Document that MBEDTLS_AESNI_HAVE_INTRINSICS and MBEDTLS_AESNI_HAVE_CODE are internal macros, despite appearing in a public header file. Signed-off-by: Tom Cosgrove --- include/mbedtls/aesni.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/mbedtls/aesni.h b/include/mbedtls/aesni.h index 95c47124bc..6741dead05 100644 --- a/include/mbedtls/aesni.h +++ b/include/mbedtls/aesni.h @@ -49,6 +49,9 @@ /* Can we do AESNI with intrinsics? * (Only implemented with certain compilers, only for certain targets.) + * + * NOTE: MBEDTLS_AESNI_HAVE_INTRINSICS and MBEDTLS_AESNI_HAVE_CODE are internal + * macros that may change in future releases. */ #undef MBEDTLS_AESNI_HAVE_INTRINSICS #if defined(_MSC_VER)