From: Andreas Schneider Date: Fri, 22 Feb 2019 12:07:15 +0000 (+0100) Subject: s3:auth: Remove unused arcfour.h from auth_util.c X-Git-Tag: ldb-1.6.1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4bb2327c0e38418e615dc6f82f0b5a3d56507a;p=thirdparty%2Fsamba.git s3:auth: Remove unused arcfour.h from auth_util.c Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison --- diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index d78dbed14b2..7f80055fda8 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -25,7 +25,6 @@ #include "auth.h" #include "lib/util_unixsids.h" #include "../libcli/auth/libcli_auth.h" -#include "../lib/crypto/arcfour.h" #include "rpc_client/init_lsa.h" #include "../libcli/security/security.h" #include "../lib/util/util_pw.h"