From 14c4a075875860e709a9e2e52aad83aa4c58a5ad Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 26 Feb 2019 18:18:36 +0100 Subject: 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 --- lib/crypto/crypto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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" -- cgit v1.2.1