From 5564e9a32178d342b2418eaaa0ad90cf57e4d796 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 5 Oct 2003 15:03:37 +0000 Subject: weird typo removed --- lib/http_ntlm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3