commit | e50b9704d0fdd6208c22eeac42a3e64610455c86 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Fri Dec 14 11:03:02 2018 +0000 |
committer | Janos Follath <janos.follath@arm.com> | Thu Aug 29 16:12:38 2019 +0100 |
tree | 1275d435e4ba58d46cce3db06f48c0ae480bb957 | |
parent | c14dd845ad00cc2494cdd72bb1d46d45031a245c [diff] [blame] |
ECDH: Fix whitespace and doxygen comment
diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c old mode 100755 new mode 100644 index ba2c937..a808a84 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c
@@ -988,7 +988,7 @@ } #endif -#if defined(MBEDTLS_ECDH_C) +#if defined(MBEDTLS_ECDH_C) if( todo.ecdh ) { mbedtls_ecdh_context ecdh_srv, ecdh_cli;