mirror of https://github.com/ARMmbed/mbed-os.git
Remove extra `mbedtls_zeroize` call
REmove additional unneded call to `mbedtls_zeroize()` which was added after rebasepull/6794/head
parent
069c5964ae
commit
09d0d49efd
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue