mirror of
https://github.com/curl/curl.git
synced 2026-06-03 16:24:18 +03:00
fixed wrong comment
This commit is contained in:
parent
c0336dcc52
commit
4874aa6986
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue