summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libsoup/auth/soup-auth-ntlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/auth/soup-auth-ntlm.c b/libsoup/auth/soup-auth-ntlm.c
index 0a0ed0ed..457cc98b 100644
--- a/libsoup/auth/soup-auth-ntlm.c
+++ b/libsoup/auth/soup-auth-ntlm.c
@@ -611,7 +611,7 @@ typedef guint32 DES_KS[16][2]; /* Single-key DES key schedule */
static void deskey (DES_KS, unsigned char *, int);
-static void des (DES_KS, unsigned char *);
+static void des (DES_KS, unsigned char[8]);
static void setup_schedule (const guchar *key_56, DES_KS ks);