diff options
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r-- | lib/http_ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index 59a2d6924..9742e196d 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -347,7 +347,7 @@ static void setup_des_key(const unsigned char *key_56, * Turns a 56 bit key into the 64 bit, odd parity key and sets the key. */ static void setup_des_key(const unsigned char *key_56, - gcry_cipher_hd_t *des) + gcry_cipher_hd_t *des) { char key[8]; |