cifs: fork arc4 and create a separate module for it for cifs and other users
We can not drop ARC4 and basically destroy CIFS connectivity for almost all CIFS users so create a new forked ARC4 module that CIFS and other subsystems that have a hard dependency on ARC4 can use. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Showing
fs/cifs_common/Makefile
0 → 100644
fs/cifs_common/arc4.h
0 → 100644
fs/cifs_common/cifs_arc4.c
0 → 100644
Please register or sign in to comment