mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-25 01:45:25 +00:00
Fixed gcm.c formatting (removed redundant spaces)
This commit is contained in:
parent
bda7cb76fa
commit
169b7f4a13
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue