1524bc
From d40afca3d8b1881ecebc171fede2aa36aa0240d0 Mon Sep 17 00:00:00 2001
1524bc
From: Andreas Schneider <asn@samba.org>
1524bc
Date: Tue, 26 Feb 2019 18:18:36 +0100
1524bc
Subject: [PATCH 057/187] lib:crypto: Remove arcfour.h from crypto.h
1524bc
1524bc
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14031
1524bc
1524bc
Signed-off-by: Andreas Schneider <asn@samba.org>
1524bc
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
1524bc
(cherry picked from commit 14c4a075875860e709a9e2e52aad83aa4c58a5ad)
1524bc
---
1524bc
 lib/crypto/crypto.h | 1 -
1524bc
 1 file changed, 1 deletion(-)
1524bc
1524bc
diff --git a/lib/crypto/crypto.h b/lib/crypto/crypto.h
1524bc
index 12aebaecefd..d7409f9a46d 100644
1524bc
--- a/lib/crypto/crypto.h
1524bc
+++ b/lib/crypto/crypto.h
1524bc
@@ -21,7 +21,6 @@
1524bc
 #define _SAMBA_CRYPTO_H_
1524bc
 
1524bc
 #include "../lib/crypto/md4.h"
1524bc
-#include "../lib/crypto/arcfour.h"
1524bc
 #include "../lib/crypto/aes.h"
1524bc
 #include "../lib/crypto/aes_cmac_128.h"
1524bc
 #include "../lib/crypto/aes_ccm_128.h"
1524bc
-- 
1524bc
2.23.0
1524bc