From 0c115a162dd0ac0e12358f771634f52d6505639d Mon Sep 17 00:00:00 2001 From: Karel Miko Date: Wed, 21 Jun 2017 13:26:52 +0200 Subject: [PATCH] whitespace --- src/pk/ecc/ecc_sign_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pk/ecc/ecc_sign_hash.c b/src/pk/ecc/ecc_sign_hash.c index 65d2a8c..18e3875 100644 --- a/src/pk/ecc/ecc_sign_hash.c +++ b/src/pk/ecc/ecc_sign_hash.c @@ -96,7 +96,7 @@ static int _ecc_sign_hash(const unsigned char *in, unsigned long inlen, } while (--max_iterations > 0); if (max_iterations == 0) { - goto errnokey; + goto errnokey; } if (sigformat == 1) {