mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03: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:
@ -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 )
|
||||
|
Reference in New Issue
Block a user