aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBence Szépkúti <bence.szepkuti@arm.com>2024-03-15 12:18:04 +0100
committerBence Szépkúti <bence.szepkuti@arm.com>2024-03-15 12:19:39 +0100
commite05b54229f8fdffd7adab806790dd8a0b3486bbe (patch)
treeb79616eed874a68d6eee070b6b060839380147a9
parenta32546c96e5c12b8b4b28d22e5ec3f1c9e819368 (diff)
downloadmbedtls-e05b54229f8fdffd7adab806790dd8a0b3486bbe.zip
mbedtls-e05b54229f8fdffd7adab806790dd8a0b3486bbe.tar.gz
mbedtls-e05b54229f8fdffd7adab806790dd8a0b3486bbe.tar.bz2
Drop reference to Visual Studio 2013 from config
All supported versions of Visual Studio support AESNI, so drop the version number. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
-rw-r--r--include/mbedtls/mbedtls_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h
index 7cf4153..df9745a 100644
--- a/include/mbedtls/mbedtls_config.h
+++ b/include/mbedtls/mbedtls_config.h
@@ -2211,7 +2211,7 @@
* Enable AES-NI support on x86-64 or x86-32.
*
* \note AESNI is only supported with certain compilers and target options:
- * - Visual Studio 2013: supported.
+ * - Visual Studio: supported
* - GCC, x86-64, target not explicitly supporting AESNI:
* requires MBEDTLS_HAVE_ASM.
* - GCC, x86-32, target not explicitly supporting AESNI: