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
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue