diff options
| -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 032644610524..8a4d083c9b30 100644 --- a/net/sunrpc/auth_gss/gss_krb5_mech.c +++ b/net/sunrpc/auth_gss/gss_krb5_mech.c | |||
| @@ -422,7 +422,7 @@ static int | |||
| 422 | context_derive_keys_rc4(struct krb5_ctx *ctx) | 422 | context_derive_keys_rc4(struct krb5_ctx *ctx) | 
| 423 | { | 423 | { | 
| 424 | struct crypto_hash *hmac; | 424 | struct crypto_hash *hmac; | 
| 425 | char sigkeyconstant[] = "signaturekey"; | 425 | static const char sigkeyconstant[] = "signaturekey"; | 
| 426 | int slen = strlen(sigkeyconstant) + 1; /* include null terminator */ | 426 | int slen = strlen(sigkeyconstant) + 1; /* include null terminator */ | 
| 427 | struct hash_desc desc; | 427 | struct hash_desc desc; | 
| 428 | struct scatterlist sg[1]; | 428 | struct scatterlist sg[1]; | 
