aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sunrpc/auth_gss/gss_krb5_mech.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/gss_krb5_mech.c b/net/sunrpc/auth_gss/gss_krb5_mech.c
index 7cebdf843266..ce80f996758a 100644
--- a/net/sunrpc/auth_gss/gss_krb5_mech.c
+++ b/net/sunrpc/auth_gss/gss_krb5_mech.c
@@ -575,7 +575,7 @@ static struct gss_api_mech gss_kerberos_mech = {
575 .gm_ops = &gss_kerberos_ops, 575 .gm_ops = &gss_kerberos_ops,
576 .gm_pf_num = ARRAY_SIZE(gss_kerberos_pfs), 576 .gm_pf_num = ARRAY_SIZE(gss_kerberos_pfs),
577 .gm_pfs = gss_kerberos_pfs, 577 .gm_pfs = gss_kerberos_pfs,
578 .gm_upcall_enctypes = "enctypes=3,1,2 ", 578 .gm_upcall_enctypes = "enctypes=16,3,1,2 ",
579}; 579};
580 580
581static int __init init_kerberos_module(void) 581static int __init init_kerberos_module(void)