commit | 7accf444eaf29db01b7346bd2e90e3ec25f4c8fd | [log] [tgz] |
---|---|---|
author | Jaeden Amero <jaeden.amero@arm.com> | Wed Apr 10 18:13:57 2019 +0100 |
committer | Jaeden Amero <jaeden.amero@arm.com> | Thu Apr 25 11:46:21 2019 +0100 |
tree | fc27ec9da635db66fe08076c0afb15bd57fa3dd9 | |
parent | 7242ea688a9c7b1702dd41a026e921a696a5e0e2 [diff] [blame] |
config: Simplify incorrect GCM comment GCM is not just for AES, but for at least Camellia as well.
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 18a6097..8577365 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 *