Hi Andrew,
On 12/10/20 1:31 PM, Andrew Zaborowski wrote:
Re-add the L_CIPHER_ARC4 stream cipher for use in decoding PKCS#12
files. Like RC2 it's implemented completely in cipher.c because the
kernel API doesn't support it. This cipher is also discouraged where it
can be avoided.
---
ell/cipher.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++
ell/cipher.h | 4 +--
2 files changed, 100 insertions(+), 2 deletions(-)
Looks like there's a funny character in this patch somewhere and git am complains.
Regards,
-Denis