1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

ECDH: Fix whitespace, permissions

This commit is contained in:
Christoph M. Wintersteiger
2018-12-14 11:03:02 +00:00
committed by Janos Follath
parent 999f3b53a1
commit c3cbddecb5
10 changed files with 5 additions and 4 deletions

2
programs/test/benchmark.c Executable file → Normal file
View File

@ -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;