Re-wording ChangeLog and reverting overzealous removal from config.h
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index 12f8c95..3aa0877 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -2340,7 +2340,7 @@
* \note When #MBEDTLS_CMAC_ALT is active, meaning that the underlying
* implementation of the CMAC algorithm is provided by an alternate
* implementation, that alternate implementation may opt to not support
- * AES-192 as underlying block ciphers for the CMAC operation.
+ * AES-192 or 3DES as underlying block ciphers for the CMAC operation.
*
* Module: library/cmac.c
*