diff options
Diffstat (limited to 'thirdparty/mbedtls/include/mbedtls/entropy.h')
| -rw-r--r-- | thirdparty/mbedtls/include/mbedtls/entropy.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/mbedtls/include/mbedtls/entropy.h b/thirdparty/mbedtls/include/mbedtls/entropy.h index deb3c50300..40259ebc8a 100644 --- a/thirdparty/mbedtls/include/mbedtls/entropy.h +++ b/thirdparty/mbedtls/include/mbedtls/entropy.h @@ -75,7 +75,7 @@  #define MBEDTLS_ENTROPY_MAX_GATHER      128     /**< Maximum amount requested from entropy sources */  #endif -/* \} name SECTION: Module settings */ +/** \} name SECTION: Module settings */  #if defined(MBEDTLS_ENTROPY_SHA512_ACCUMULATOR)  #define MBEDTLS_ENTROPY_BLOCK_SIZE      64      /**< Block size of entropy accumulator (SHA-512) */  |