From: Andreas Schneider Date: Tue, 26 Feb 2019 17:18:36 +0000 (+0100) Subject: lib:crypto: Remove arcfour.h from crypto.h X-Git-Tag: tdb-1.4.2~424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14c4a075875860e709a9e2e52aad83aa4c58a5ad;p=thirdparty%2Fsamba.git lib:crypto: Remove arcfour.h from crypto.h BUG: https://bugzilla.samba.org/show_bug.cgi?id=14031 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/lib/crypto/crypto.h b/lib/crypto/crypto.h index 12aebaecefd..d7409f9a46d 100644 --- a/lib/crypto/crypto.h +++ b/lib/crypto/crypto.h @@ -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"