ECDH: Fix whitespace and doxygen comment
This commit is contained in:
parent
c14dd845ad
commit
e50b9704d0
2 changed files with 2 additions and 2 deletions
|
@ -3576,7 +3576,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
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…
Reference in a new issue