]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Fix misleading indentation
authorNikolay Morozov <nmorozoff77@yandex.ru>
Tue, 19 May 2020 14:12:27 +0000 (17:12 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Tue, 19 May 2020 14:42:57 +0000 (17:42 +0300)
gosthash2012.c

index be1923ce94559ef2c67532c7227318468f62b014..f634bb757ba9afdea5a4fe6b2e84348f8335112c 100644 (file)
@@ -90,7 +90,7 @@ static INLINE void add512(union uint512_u * RESTRICT x,
          */
         if (sum != left)
             CF = (sum < left);
-            x->QWORD[i] = sum;
+        x->QWORD[i] = sum;
     }
 # endif /* !__x86_64__ */
 #else /* __GOST3411_BIG_ENDIAN__ */