Fix kernel 5.8 compilation

This commit is contained in:
Carlos
2020-06-15 22:27:32 +02:00
parent ee34be26ff
commit f0a1b30419
3 changed files with 10 additions and 6 deletions

View File

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