summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss/Makefile
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2023-06-29 20:51:32 +0300
committerChuck Lever <chuck.lever@oracle.com>2023-08-30 00:45:22 +0300
commit2a9893f796a3d5098dd13eae9c2cf8e2f6de5b25 (patch)
treee71a8bd2adc6e9eef14e97675f066bdf6e4b3053 /net/sunrpc/auth_gss/Makefile
parentcfb6b328c47e2e798906383d407d9c02d73a7476 (diff)
downloadlinux-2a9893f796a3d5098dd13eae9c2cf8e2f6de5b25.tar.xz
SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.c
These functions are no longer used. Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'net/sunrpc/auth_gss/Makefile')
-rw-r--r--net/sunrpc/auth_gss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/Makefile b/net/sunrpc/auth_gss/Makefile
index 012ae1720689..ad1736d93b76 100644
--- a/net/sunrpc/auth_gss/Makefile
+++ b/net/sunrpc/auth_gss/Makefile
@@ -12,6 +12,6 @@ auth_rpcgss-y := auth_gss.o gss_generic_token.o \
obj-$(CONFIG_RPCSEC_GSS_KRB5) += rpcsec_gss_krb5.o
rpcsec_gss_krb5-y := gss_krb5_mech.o gss_krb5_seal.o gss_krb5_unseal.o \
- gss_krb5_seqnum.o gss_krb5_wrap.o gss_krb5_crypto.o gss_krb5_keys.o
+ gss_krb5_wrap.o gss_krb5_crypto.o gss_krb5_keys.o
obj-$(CONFIG_RPCSEC_GSS_KRB5_KUNIT_TEST) += gss_krb5_test.o