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:
Manuel Pégourié-Gonnard 2022-01-05 09:54:37 +01:00
parent 68322c4594
commit cd4ad0c67a

View file

@ -629,7 +629,7 @@ int main( int argc, char *argv[] )
/* Avoid "unused static function" warning in configurations without
* symmetric crypto. */
(void) mbedtls_timing_hardclock( );
(void) mbedtls_timing_hardclock;
#if defined(MBEDTLS_MD5_C)
if( todo.md5 )