mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 20:25:53 +01:00
- Removed unused variable
This commit is contained in:
parent
0a9251870a
commit
13ed9ab921
@ -96,7 +96,7 @@ int dhm_read_params( dhm_context *ctx,
|
|||||||
unsigned char **p,
|
unsigned char **p,
|
||||||
const unsigned char *end )
|
const unsigned char *end )
|
||||||
{
|
{
|
||||||
int ret, n;
|
int ret;
|
||||||
|
|
||||||
memset( ctx, 0, sizeof( dhm_context ) );
|
memset( ctx, 0, sizeof( dhm_context ) );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user