From d1a82603add6f9f212942c893cd99f28da0e3833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 12 May 2015 14:20:23 +0200 Subject: [PATCH] Tune comments in config.h --- include/mbedtls/config.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 0c72da9ba..49fa59728 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -196,9 +196,9 @@ * \def MBEDTLS__MODULE_NAME__ALT * * Uncomment a macro to let mbed TLS use your alternate core implementation of - * a symmetric or hash module (e.g. platform specific assembly optimized - * implementations). Keep in mind that the function prototypes should remain - * the same. + * a symmetric crypto or hash module (e.g. platform specific assembly + * optimized implementations). Keep in mind that the function prototypes + * should remain the same. * * This replaces the whole module. If you only want to replace one of the * functions, use one of the MBEDTLS__FUNCTION_NAME__ALT flags. @@ -229,8 +229,8 @@ * \def MBEDTLS__FUNCTION_NAME__ALT * * Uncomment a macro to let mbed TLS use you alternate core implementation of - * symmetric of hash function. Keep in mind that function prototypes should - * remain the same. + * symmetric crypto or hash function. Keep in mind that function prototypes + * should remain the same. * * This replaces only one function. The header file from mbed TLS is still * used, in contrast to the MBEDTLS__MODULE_NAME__ALT flags. @@ -241,7 +241,6 @@ * of mbedtls_sha1_context, so your implementation of mbedtls_sha1_process must be compatible * with this definition. * - * * Uncomment a macro to enable alternate implementation of the corresponding * function. */