ape: fix auth.h
This commit is contained in:
parent
e69cde3120
commit
930efe67e8
1 changed files with 2 additions and 1 deletions
|
@ -63,6 +63,7 @@ struct AuthInfo
|
|||
struct Chalstate
|
||||
{
|
||||
char *user;
|
||||
char *dom;
|
||||
char chal[MAXCHLEN];
|
||||
int nchal;
|
||||
void *resp;
|
||||
|
@ -81,7 +82,7 @@ struct Chapreply /* for protocol "chap" */
|
|||
char resp[MD5LEN];
|
||||
};
|
||||
|
||||
struct MSchapreply /* for protocol "mschap" */
|
||||
struct MSchapreply /* for protocol "mschap" and "ntlm" */
|
||||
{
|
||||
char LMresp[24]; /* Lan Manager response */
|
||||
char NTresp[24]; /* NT response */
|
||||
|
|
Loading…
Reference in a new issue