diff options
Diffstat (limited to 'crypto/rmd320.c')
-rw-r--r-- | crypto/rmd320.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/rmd320.c b/crypto/rmd320.c index 770f2cb..e1315e4 100644 --- a/crypto/rmd320.c +++ b/crypto/rmd320.c @@ -275,8 +275,6 @@ static void rmd320_transform(u32 *state, const __le32 *in) state[7] += ccc; state[8] += ddd; state[9] += eee; - - return; } static int rmd320_init(struct shash_desc *desc) |