diff options
Diffstat (limited to 'lib/libcrc32c.c')
-rw-r--r-- | lib/libcrc32c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrc32c.c b/lib/libcrc32c.c index f0a2934605bf..4e9829c4d64c 100644 --- a/lib/libcrc32c.c +++ b/lib/libcrc32c.c | |||
@@ -47,7 +47,6 @@ u32 crc32c(u32 crc, const void *address, unsigned int length) | |||
47 | int err; | 47 | int err; |
48 | 48 | ||
49 | shash->tfm = tfm; | 49 | shash->tfm = tfm; |
50 | shash->flags = 0; | ||
51 | *ctx = crc; | 50 | *ctx = crc; |
52 | 51 | ||
53 | err = crypto_shash_update(shash, address, length); | 52 | err = crypto_shash_update(shash, address, length); |