1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

fixed wrong comment

This commit is contained in:
Daniel Stenberg 2003-11-24 07:08:07 +00:00
parent c0336dcc52
commit 4874aa6986

View File

@ -183,7 +183,7 @@ typedef enum {
NTLMSTATE_LAST
} curlntlm;
/* Struct used for Digest challenge-response authentication */
/* Struct used for NTLM challenge-response authentication */
struct ntlmdata {
curlntlm state;
unsigned char nonce[8];