summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-02-26 18:18:36 +0100
committerAndrew Bartlett <abartlet@samba.org>2019-07-26 01:48:26 +0000
commit14c4a075875860e709a9e2e52aad83aa4c58a5ad (patch)
tree038d2eb1c39bee33c16d56ca7bf4171774dd00db /lib/crypto
parentfc4ae06001fbb0045318a8cec7af6af81241c60e (diff)
downloadsamba-14c4a075875860e709a9e2e52aad83aa4c58a5ad.tar.gz
lib:crypto: Remove arcfour.h from crypto.h
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>
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/crypto.h1
1 files changed, 0 insertions, 1 deletions
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"