Commit 4874aa69 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed wrong comment

parent c0336dcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];