commit | faae6d2019cfc72149878347eeaf3af4d8485c0e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Jan 08 15:24:46 2016 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Jan 08 15:24:46 2016 +0100 |
tree | 5d1e982dad5a7186ffb848335c7fad1c95401984 | |
parent | 40510a3a79ddda2acb740ee4d7567049db308935 [diff] [blame] |
Fix backporting mistakes in previous 5 commits
diff --git a/library/bignum.c b/library/bignum.c index 975b6f8..4fe841c 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -889,7 +889,7 @@ { int ret; size_t i, j; - mpi_uint *o, *p, c, tmp; + t_uint *o, *p, c, tmp; if( X == B ) { @@ -934,14 +934,6 @@ } cleanup: -<<<<<<< HEAD - if( &TB == B ) - { - mpi_free( &TB ); - } -======= ->>>>>>> 6c9226809370... Improved on the previous fix and added a test case to cover both types - return( ret ); }