diff options
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/auth_gss/gss_krb5_mech.c | 2 |
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 694ad77c86bf..506a2e7d4fad 100644 --- a/net/sunrpc/auth_gss/gss_krb5_mech.c +++ b/net/sunrpc/auth_gss/gss_krb5_mech.c | |||
@@ -643,7 +643,7 @@ static struct gss_api_mech gss_kerberos_mech = { | |||
643 | .gm_ops = &gss_kerberos_ops, | 643 | .gm_ops = &gss_kerberos_ops, |
644 | .gm_pf_num = ARRAY_SIZE(gss_kerberos_pfs), | 644 | .gm_pf_num = ARRAY_SIZE(gss_kerberos_pfs), |
645 | .gm_pfs = gss_kerberos_pfs, | 645 | .gm_pfs = gss_kerberos_pfs, |
646 | .gm_upcall_enctypes = "enctypes=16,3,1,2 ", | 646 | .gm_upcall_enctypes = "enctypes=18,17,16,3,1,2 ", |
647 | }; | 647 | }; |
648 | 648 | ||
649 | static int __init init_kerberos_module(void) | 649 | static int __init init_kerberos_module(void) |