diff options
Diffstat (limited to 'include/crypto/sha3.h')
-rw-r--r-- | include/crypto/sha3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crypto/sha3.h b/include/crypto/sha3.h index b9d9bd553b48..1339dcdbc9b2 100644 --- a/include/crypto/sha3.h +++ b/include/crypto/sha3.h @@ -19,7 +19,6 @@ struct sha3_state { u64 st[25]; - unsigned int md_len; unsigned int rsiz; unsigned int rsizw; |