Linux 5.8 compat: sha256_state

This commit is contained in:
Rin Cat
2020-07-21 17:46:19 -04:00
parent 04dba1e736
commit 179b836abd
2 changed files with 6 additions and 6 deletions

View File

@@ -251,7 +251,7 @@ struct security_priv {
#define SEC_IS_BIP_KEY_INSTALLED(sec) _FALSE
#endif
struct sha256_state {
struct rtw_sha256_state {
u64 length;
u32 state[8], curlen;
u8 buf[64];