commit | d7edb1d22569dd7b92593983a158f3876883873e | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Mon Oct 10 14:32:09 2022 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Mon Oct 10 14:32:09 2022 +0200 |
tree | fa48b19eb3196504bb19d67f386bf240b5b811d3 | |
parent | e9c013c22218981a79d98fe7a472786b68c5fc41 [diff] [blame] |
Initialize variable Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/constant_time.c b/library/constant_time.c index d01998b..2b62bc1 100644 --- a/library/constant_time.c +++ b/library/constant_time.c
@@ -708,7 +708,8 @@ mbedtls_mpi *Y, unsigned char swap ) { - int ret, s; + int ret = 0; + int s; MPI_VALIDATE_RET( X != NULL ); MPI_VALIDATE_RET( Y != NULL );