commit | c3cbddecb50dd54773bcfeca3a4d10c6361a3f22 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Fri Dec 14 11:03:02 2018 +0000 |
committer | Janos Follath <janos.follath@arm.com> | Mon Aug 19 13:36:44 2019 +0100 |
tree | 7da351ac689ca50e27adc06046ecc7b1805137ff | |
parent | 999f3b53a1cfac57075659d9cacf63f513865afb [diff] [blame] |
ECDH: Fix whitespace, permissions
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;