From f13d3db373cdc652e8dc37b8158a34be8807024b Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Wed, 18 May 2016 16:05:18 -0700 Subject: [PATCH] Updated comments for CMAC in config.h --- include/mbedtls/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 6e0313629..f6f431bfb 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1674,11 +1674,11 @@ /** * \def MBEDTLS_CMAC_C * - * Enable the CMAC mode for 128-bit block cipher. + * Enable the CMAC mode for block ciphers. * * Module: library/cmac.c * - * Requires: MBEDTLS_AES_C or MBEDTLS_CAMELLIA_C + * Requires: MBEDTLS_AES_C or MBEDTLS_CAMELLIA_C or MBEDTLS_DES_C * */ #define MBEDTLS_CMAC_C