mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Remove a few dead stores
This commit is contained in:
parent
9e987edf9f
commit
7c59363a85
7 changed files with 6 additions and 18 deletions
|
|
@ -258,7 +258,8 @@ int ecdh_calc_secret( ecdh_context *ctx, size_t *olen,
|
|||
*/
|
||||
int ecdh_self_test( int verbose )
|
||||
{
|
||||
return( verbose++ );
|
||||
((void) verbose );
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue