From 9763aa63db8732eb38cd5a582a98f25bdebbd3a6 Mon Sep 17 00:00:00 2001 From: Wang Kang Date: Thu, 1 Jun 2017 17:23:28 +0800 Subject: [PATCH] typo: fvoid --> void --- crypto/serpent/serpent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/serpent/serpent.c b/crypto/serpent/serpent.c index 29e486f6..12923370 100644 --- a/crypto/serpent/serpent.c +++ b/crypto/serpent/serpent.c @@ -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;