1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

- Removed unused variable

This commit is contained in:
Paul Bakker
2012-04-16 09:43:49 +00:00
parent 0a9251870a
commit 13ed9ab921

View File

@@ -96,7 +96,7 @@ int dhm_read_params( dhm_context *ctx,
unsigned char **p,
const unsigned char *end )
{
int ret, n;
int ret;
memset( ctx, 0, sizeof( dhm_context ) );