commit | 521e8a9d2d2b6856f1e1bd38e876518d3dc82f4d | [log] [tgz] |
---|---|---|
author | Nir Sonnenschein <nir.sonnenschein@arm.com> | Mon Sep 03 14:10:52 2018 +0300 |
committer | Nir Sonnenschein <nir.sonnenschein@arm.com> | Mon Sep 03 14:10:52 2018 +0300 |
tree | aa65f947668297b9cb41d035762e953a8a0c75c3 | |
parent | acedc91f8f6dca3a547583ff14c9d503e9741ac7 [diff] |
Fix to comment to correct module description the CTR-DRBG module will now support AES-128 as well as AES-256
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 58b2f25..dbcfb57 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -2027,7 +2027,7 @@ * * Requires: MBEDTLS_AES_C * - * This module provides the CTR_DRBG AES-256 random number generator. + * This module provides the CTR_DRBG AES random number generator. */ #define MBEDTLS_CTR_DRBG_C