commit | 8c81dba7743b9a5396225ec7eca8a8d79504fb9a | [log] [tgz] |
---|---|---|
author | Jaeden Amero <jaeden.amero@arm.com> | Wed Apr 10 18:13:57 2019 +0100 |
committer | Jaeden Amero <jaeden.amero@arm.com> | Fri Apr 26 10:06:44 2019 +0100 |
tree | 580b34ed649952b96e1c3f756a5af80371e7aebe | |
parent | 6311de6bf1b9a168a4b28afd9134bbef4b510b09 [diff] |
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 *