Linux 5.8 compat: sha256_state

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

View File

@@ -254,7 +254,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];