From 68d39f3ce6ff4f65170d94f7310b3f485f33328d Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 21 Jan 2015 19:18:47 +0000 Subject: Move more comments that confuse indent Reviewed-by: Tim Hudson --- crypto/modes/gcm128.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/modes/gcm128.c') diff --git a/crypto/modes/gcm128.c b/crypto/modes/gcm128.c index 7e856b5489..33351684e6 100644 --- a/crypto/modes/gcm128.c +++ b/crypto/modes/gcm128.c @@ -2089,7 +2089,8 @@ static const u8 T19[]= { /* Test Case 20 */ #define K20 K1 #define A20 A1 -static const u8 IV20[64]={0xff,0xff,0xff,0xff}; /* this results in 0xff in counter LSB */ +/* this results in 0xff in counter LSB */ +static const u8 IV20[64]={0xff,0xff,0xff,0xff}; static const u8 P20[288]; static const u8 C20[]= { 0x56,0xb3,0x37,0x3c,0xa9,0xef,0x6e,0x4a, -- cgit v1.2.3