Skip to content

Commit 7accf44

Browse files
committed
config: Simplify incorrect GCM comment
GCM is not just for AES, but for at least Camellia as well.
1 parent 7242ea6 commit 7accf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mbedtls/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@
13821382
/**
13831383
* \def MBEDTLS_GCM_C
13841384
*
1385-
* Enable the Galois/Counter Mode (GCM) for AES.
1385+
* Enable the Galois/Counter Mode (GCM).
13861386
*
13871387
* Module: library/gcm.c
13881388
*

0 commit comments

Comments
 (0)