Fixed gcm.c formatting (removed redundant spaces)

This commit is contained in:
Paul Bakker 2013-06-25 14:58:00 +02:00
parent bda7cb76fa
commit 169b7f4a13

View file

@ -99,7 +99,6 @@ static void gcm_gen_table( gcm_context *ctx )
HiL[j] = vl ^ ctx->HL[j];
}
}
}
int gcm_init( gcm_context *ctx, const unsigned char *key, unsigned int keysize )