config: Simplify incorrect GCM comment

GCM is not just for AES, but for at least Camellia as well.
This commit is contained in:
Jaeden Amero 2019-04-10 18:13:57 +01:00
parent 7242ea688a
commit 7accf444ea

View File

@ -1382,7 +1382,7 @@
/** /**
* \def MBEDTLS_GCM_C * \def MBEDTLS_GCM_C
* *
* Enable the Galois/Counter Mode (GCM) for AES. * Enable the Galois/Counter Mode (GCM).
* *
* Module: library/gcm.c * Module: library/gcm.c
* *