mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 13:41:04 +00:00
ECDH: Fix whitespace and doxygen comment
This commit is contained in:
parent
c14dd845ad
commit
e50b9704d0
|
@ -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
2
programs/test/benchmark.c
Executable file → Normal 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;
|
||||||
|
|
Loading…
Reference in a new issue