mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-05 01:23:39 +02:00
ECDH: Fix whitespace, permissions
This commit is contained in:
committed by
Janos Follath
parent
999f3b53a1
commit
c3cbddecb5
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;
|
||||
|
||||
Reference in New Issue
Block a user