Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 411b5e05 authored by Joe Perches's avatar Joe Perches Committed by Trond Myklebust
Browse files

net/sunrpc: Use static const char arrays

parent 43c2e885
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ static int
context_derive_keys_rc4(struct krb5_ctx *ctx)
{
	struct crypto_hash *hmac;
	char sigkeyconstant[] = "signaturekey";
	static const char sigkeyconstant[] = "signaturekey";
	int slen = strlen(sigkeyconstant) + 1;	/* include null terminator */
	struct hash_desc desc;
	struct scatterlist sg[1];