]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:crypto: Remove arcfour.h from crypto.h
authorAndreas Schneider <asn@samba.org>
Tue, 26 Feb 2019 17:18:36 +0000 (18:18 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 26 Jul 2019 01:48:26 +0000 (01:48 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14031

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/crypto/crypto.h

index 12aebaecefdc921812b44c216c8fb68409480bdc..d7409f9a46d55c320cf3a0406c7ba0cbba578234 100644 (file)
@@ -21,7 +21,6 @@
 #define _SAMBA_CRYPTO_H_
 
 #include "../lib/crypto/md4.h"
-#include "../lib/crypto/arcfour.h"
 #include "../lib/crypto/aes.h"
 #include "../lib/crypto/aes_cmac_128.h"
 #include "../lib/crypto/aes_ccm_128.h"