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 dcb9b6c007
commit b22fd9bb29
2 changed files with 2 additions and 2 deletions

View File

@@ -3535,7 +3535,7 @@
*/
//#define MBEDTLS_PLATFORM_GMTIME_R_ALT
/*
/**
* \def MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
*
* 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
#if defined(MBEDTLS_ECDH_C)
#if defined(MBEDTLS_ECDH_C)
if( todo.ecdh )
{
mbedtls_ecdh_context ecdh_srv, ecdh_cli;