diff options
-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 4297dd3d8..981bc84a5 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -62,7 +62,7 @@ #define DES_set_key des_set_key #define DES_ecb_encrypt des_ecb_encrypt -/* This is how things were done in the old days */#define DESKEY(x) x +/* This is how things were done in the old days */ #define DESKEY(x) x #define DESKEYARG(x) x #else |