Remove extra `mbedtls_zeroize` call

REmove additional unneded call to `mbedtls_zeroize()` which was added after rebase
pull/6794/head
Ron Eldor 2018-05-08 18:57:37 +03:00
parent 069c5964ae
commit 09d0d49efd
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ int mbedtls_ecdsa_sign( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s,
ret = convert_CrysError_to_mbedtls_err( CrysRet );
goto cleanup;
}
mbedtls_zeroize( temp_buf, sizeof(temp_buf) );
}
else
{