New upstream version 5.3.9~git20200829

This commit is contained in:
Sophie Brun
2020-09-16 15:00:46 +02:00
parent 1791b22180
commit 739e000bbf
7 changed files with 55 additions and 13 deletions

View File

@@ -249,11 +249,13 @@ struct security_priv {
#define SEC_IS_BIP_KEY_INSTALLED(sec) _FALSE
#endif
#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 8, 0))
struct sha256_state {
u64 length;
u32 state[8], curlen;
u8 buf[64];
};
#endif
#define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst)\
do {\