X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fmpn%2Ft-brootinv.c;h=11f40b9543d70f98727aa50f1115b38de742b6c5;hb=e3ae967e71881ed537fca3b8766df13c8a0abf7f;hp=78b25151e646ca5e7ed049a9047459494c063026;hpb=71dee2cfc695ddb8cfb827a89ad16d6c7dcab94c;p=platform%2Fupstream%2Fgmp.git diff --git a/tests/mpn/t-brootinv.c b/tests/mpn/t-brootinv.c index 78b2515..11f40b9 100644 --- a/tests/mpn/t-brootinv.c +++ b/tests/mpn/t-brootinv.c @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include /* for strtol */ @@ -63,7 +63,6 @@ main (int argc, char **argv) { mp_size_t n; mp_limb_t k; - int c; n = 1 + gmp_urandomm_ui (rands, MAX_LIMBS);