From 7accf444eaf29db01b7346bd2e90e3ec25f4c8fd Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Wed, 10 Apr 2019 18:13:57 +0100 Subject: [PATCH] config: Simplify incorrect GCM comment GCM is not just for AES, but for at least Camellia as well. --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 18a6097f67..85773653bd 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1382,7 +1382,7 @@ /** * \def MBEDTLS_GCM_C * - * Enable the Galois/Counter Mode (GCM) for AES. + * Enable the Galois/Counter Mode (GCM). * * Module: library/gcm.c *