Add support for Linux => 5.8.0

This commit is contained in:
brektrou
2020-11-17 07:52:32 +00:00
committed by GitHub
parent 6d5c04869e
commit 807ad240fe

View File

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