summaryrefslogtreecommitdiff
path: root/scripts/bash-completion/make
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2025-09-06 20:20:03 -0700
committerSteve French <stfrench@microsoft.com>2025-09-29 21:21:23 -0500
commit8e979aab34d766986f6d14f50cebf5f5dd87ab8e (patch)
tree594d9196a0f15013a2c2c77bdcb6ef00ea193358 /scripts/bash-completion/make
parent02696ac0906540715dd4a0bb86b1117a1d00da4e (diff)
smb: Use arc4 library instead of duplicate arc4 code
fs/smb/common/cifs_arc4.c has an implementation of ARC4, but a copy of this same code is also present in lib/crypto/arc4.c to serve the other users of this legacy algorithm in the kernel. Remove the duplicate implementation in fs/smb/, which seems to have been added because of a misunderstanding, and just use the lib/crypto/ one. Signed-off-by: Eric Biggers <ebiggers@kernel.org> Reviewed-by: Paulo Alcantara (Red Hat) <pc@manguebit.org> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/bash-completion/make')
0 files changed, 0 insertions, 0 deletions