]> git.baikalelectronics.ru Git - kernel.git/commit
ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"
authorEric Biggers <ebiggers@google.com>
Fri, 12 Jul 2019 23:39:31 +0000 (16:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Jul 2019 05:58:49 +0000 (22:58 -0700)
commit9e1529358e67748bddc16198b5f29c216f17d7fc
treee347242a5c88ba561dbc50d1c12c1a6d6e7cada7
parent78df657742d45985fd91d52f510ee8b20f7d689e
ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"

Commit bf9daa8aa5c3 ("ppp: mppe: switch to RC4 library interface"),
which was merged through the crypto tree for v5.3, changed ppp_mppe.c to
use the new arc4_crypt() library function rather than access RC4 through
the dynamic crypto_skcipher API.

Meanwhile commit bccecd180539 ("ppp: mppe: Add softdep to arc4") was
merged through the net tree and added a module soft-dependency on "arc4".

The latter commit no longer makes sense because the code now uses the
"libarc4" module rather than "arc4", and also due to the direct use of
arc4_crypt(), no module soft-dependency is required.

So revert the latter commit.

Cc: Takashi Iwai <tiwai@suse.de>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ppp/ppp_mppe.c