From: Andy Polyakov Date: Wed, 21 Jan 2015 10:50:56 +0000 (+0100) Subject: bn/bn_asm.c: make it indent-friendly. X-Git-Tag: OpenSSL_1_0_1-post-reformat~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c44bad6b38d0203852df659bc183d87a2ad41210;p=oweals%2Fopenssl.git bn/bn_asm.c: make it indent-friendly. Conflicts: crypto/bn/bn_asm.c Reviewed-by: Tim Hudson --- diff --git a/crypto/bn/bn_asm.c b/crypto/bn/bn_asm.c index a33b63411b..b661335f8e 100644 --- a/crypto/bn/bn_asm.c +++ b/crypto/bn/bn_asm.c @@ -467,7 +467,7 @@ BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) c0=(c0+t1)&BN_MASK2; if ((c0) < t1) t2++; \ c1=(c1+t2)&BN_MASK2; if ((c1) < t2) c2++; -#define sqr_add_c2(a,i,j,c0,c1,c2) \ +# define sqr_add_c2(a,i,j,c0,c1,c2) \ mul_add_c2((a)[i],(a)[j],c0,c1,c2) #elif defined(BN_UMULT_LOHI) @@ -495,7 +495,7 @@ BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) c1 += t2; c2 += (c1