Remove indentation from the goto targets.
authorFelix Laurie von Massenbach <felix@erbridge.co.uk>
Mon, 26 May 2014 18:09:18 +0000 (19:09 +0100)
committerBen Laurie <ben@links.org>
Sun, 1 Jun 2014 14:31:26 +0000 (15:31 +0100)
crypto/bn/bn_prime.c

index 339dbec57051b2f751b1f9cde8caffe6d244662b..06b1a286a572583a69d1c3a59891255be4069bf0 100644 (file)
@@ -409,7 +409,7 @@ again:
                        maxdelta = size_limit;
                }
        delta=0;
-       loop:
+loop:
        if (is_single_word)
                {
                BN_ULONG rnd_word = BN_get_word(rnd);
@@ -476,7 +476,8 @@ static int probable_prime_dh(BIGNUM *rnd, int bits,
 
        /* we now have a random number 'rand' to test. */
 
-       loop: for (i=1; i<NUMPRIMES; i++)
+loop:
+       for (i=1; i<NUMPRIMES; i++)
                {
                /* check that rnd is a prime */
                if (BN_mod_word(rnd,(BN_ULONG)primes[i]) <= 1)
@@ -524,7 +525,8 @@ static int probable_prime_dh_safe(BIGNUM *p, int bits, const BIGNUM *padd,
        if (!BN_lshift1(p,q)) goto err;
        if (!BN_add_word(p,1)) goto err;
 
-       loop: for (i=1; i<NUMPRIMES; i++)
+loop:
+       for (i=1; i<NUMPRIMES; i++)
                {
                /* check that p and q are prime */
                /* check that for p and q