From e55fca760bc166b203ee5732ad0690848b3278f5 Mon Sep 17 00:00:00 2001 From: Felix Laurie von Massenbach Date: Mon, 26 May 2014 19:09:18 +0100 Subject: [PATCH] Remove indentation from the goto targets. --- crypto/bn/bn_prime.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/crypto/bn/bn_prime.c b/crypto/bn/bn_prime.c index 339dbec570..06b1a286a5 100644 --- a/crypto/bn/bn_prime.c +++ b/crypto/bn/bn_prime.c @@ -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