mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
No need to call a function to avoid a warning.
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
68322c4594
commit
cd4ad0c67a
|
|
@ -629,7 +629,7 @@ int main( int argc, char *argv[] )
|
||||||
|
|
||||||
/* Avoid "unused static function" warning in configurations without
|
/* Avoid "unused static function" warning in configurations without
|
||||||
* symmetric crypto. */
|
* symmetric crypto. */
|
||||||
(void) mbedtls_timing_hardclock( );
|
(void) mbedtls_timing_hardclock;
|
||||||
|
|
||||||
#if defined(MBEDTLS_MD5_C)
|
#if defined(MBEDTLS_MD5_C)
|
||||||
if( todo.md5 )
|
if( todo.md5 )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue