mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
ECDH: Fix whitespace, permissions
This commit is contained in:
parent
999f3b53a1
commit
c3cbddecb5
10 changed files with 5 additions and 4 deletions
2
programs/test/benchmark.c
Executable file → Normal file
2
programs/test/benchmark.c
Executable file → Normal 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue