diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-05 15:03:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-05 15:03:37 +0000 |
commit | 5564e9a32178d342b2418eaaa0ad90cf57e4d796 (patch) | |
tree | 974b7a1f14b57a5e77f13fb49ae21dbf200c655d | |
parent | a0118fb39027cf29aaaf55d868b6561a462b3cac (diff) | |
download | curl-5564e9a32178d342b2418eaaa0ad90cf57e4d796.tar.gz |
weird typo removed
-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 |