Re: [OE-core] [PATCH] cryptodev-module: Fix build failure with kernel v5.5

2020-02-16 Thread He Zhe
Ping. Zhe On 2/10/20 9:11 PM, zhe...@windriver.com wrote: > From: He Zhe > > Backport from upstream to fix the following build failure. > > cryptlib.c:162:37: error: 'crypto_ablkcipher_type' undeclared > (first use in this function); did you mean 'crypto_skcipher_tfm'? > 162 | if

[OE-core] [PATCH] cryptodev-module: Fix build failure with kernel v5.5

2020-02-10 Thread zhe.he
From: He Zhe Backport from upstream to fix the following build failure. cryptlib.c:162:37: error: 'crypto_ablkcipher_type' undeclared (first use in this function); did you mean 'crypto_skcipher_tfm'? 162 | if ((tfm->__crt_alg->cra_type == _ablkcipher_type) |