From e50b9704d0fdd6208c22eeac42a3e64610455c86 Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Fri, 14 Dec 2018 11:03:02 +0000 Subject: [PATCH] ECDH: Fix whitespace and doxygen comment --- include/mbedtls/config.h | 2 +- programs/test/benchmark.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 programs/test/benchmark.c diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 5443dd295..1e289329a 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -3576,7 +3576,7 @@ */ //#define MBEDTLS_PLATFORM_GMTIME_R_ALT -/* +/** * \def MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED * * Enable the verified implementations of crypto primitives diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c old mode 100755 new mode 100644 index ba2c9370a..a808a84b6 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c @@ -988,7 +988,7 @@ int main( int argc, char *argv[] ) } #endif -#if defined(MBEDTLS_ECDH_C) +#if defined(MBEDTLS_ECDH_C) if( todo.ecdh ) { mbedtls_ecdh_context ecdh_srv, ecdh_cli;