Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217198
b: refs/heads/master
c: 411b5e0
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Trond Myklebust committed Oct 26, 2010
1 parent 9b97e0e commit 48763b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43c2e885be25311e6289c7da52e8a03c4453ee03
refs/heads/master: 411b5e05617593efebc06241dbc56f42150f2abe
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/auth_gss/gss_krb5_mech.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 48763b3

Please sign in to comment.