diff options
author | 2024-12-10 01:02:24 +0000 | |
---|---|---|
committer | 2025-01-21 15:30:01 -0500 | |
commit | afc52b1eeb36f20eea321f50e338e38d00a8a61f (patch) | |
tree | bbdafacf09ececeb96a2562e78fb056ccdd38751 /include/linux/sunrpc/gss_krb5.h | |
parent | sunrpc: Remove unused xprt_iter_get_xprt (diff) | |
download | wireguard-linux-afc52b1eeb36f20eea321f50e338e38d00a8a61f.tar.xz wireguard-linux-afc52b1eeb36f20eea321f50e338e38d00a8a61f.zip |
sunrpc: Remove gss_generic_token deadcode
Commit ec596aaf9b48 ("SUNRPC: Remove code behind
CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIED") was the last user of the routines
in gss_generic_token.c.
Remove the routines and associated header.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/linux/sunrpc/gss_krb5.h')
-rw-r--r-- | include/linux/sunrpc/gss_krb5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/gss_krb5.h b/include/linux/sunrpc/gss_krb5.h index 78a80bf3fdcb..43950b5237c8 100644 --- a/include/linux/sunrpc/gss_krb5.h +++ b/include/linux/sunrpc/gss_krb5.h @@ -40,7 +40,6 @@ #include <crypto/skcipher.h> #include <linux/sunrpc/auth_gss.h> #include <linux/sunrpc/gss_err.h> -#include <linux/sunrpc/gss_asn1.h> /* Length of constant used in key derivation */ #define GSS_KRB5_K5CLENGTH (5) |