On Tue, Jun 11, 2019 at 03:47:49PM +0200, Ard Biesheuvel wrote:
> @@ -728,8 +660,7 @@ static struct compressor ppp_mppe = {
> static int __init ppp_mppe_init(void)
> {
> int answer;
> - if (!(crypto_has_skcipher("ecb(arc4)", 0, CRYPTO_ALG_ASYNC) &&
> - crypto_has_ahash("sha1", 0, CRYPTO_ALG_ASYNC)))
> + if (!crypto_has_ahash("sha1", 0, CRYPTO_ALG_ASYNC))
> return -ENODEV;Doesn't fips_enabled need to be checked here too? - Eric
