ECDH: Fix whitespace and doxygen comment

This commit is contained in:
Christoph M. Wintersteiger 2018-12-14 11:03:02 +00:00 committed by Janos Follath
parent c14dd845ad
commit e50b9704d0
2 changed files with 2 additions and 2 deletions

View file

@ -3576,7 +3576,7 @@
*/ */
//#define MBEDTLS_PLATFORM_GMTIME_R_ALT //#define MBEDTLS_PLATFORM_GMTIME_R_ALT
/* /**
* \def MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED * \def MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
* *
* Enable the verified implementations of crypto primitives * Enable the verified implementations of crypto primitives

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

@ -988,7 +988,7 @@ int main( int argc, char *argv[] )
} }
#endif #endif
#if defined(MBEDTLS_ECDH_C) #if defined(MBEDTLS_ECDH_C)
if( todo.ecdh ) if( todo.ecdh )
{ {
mbedtls_ecdh_context ecdh_srv, ecdh_cli; mbedtls_ecdh_context ecdh_srv, ecdh_cli;