typo: fvoid --> void

This commit is contained in:
Wang Kang
2017-06-01 17:23:28 +08:00
committed by Simon
parent 0dcd7cf87c
commit 9763aa63db

View File

@@ -178,7 +178,7 @@ static void serpent_subbytes(serpent_blk *blk, uint32_t box_idx, int type)
permute(blk, &tmp_blk, SERPENT_FP);
}
static fvoid serpent_lt(serpent_blk* x, int enc)
static void serpent_lt(serpent_blk* x, int enc)
{
uint32_t x0, x1, x2, x3;