libauthsrv: ANAMELEN -> PASSWDLEN
This commit is contained in:
parent
b540a22eb0
commit
b21fe017d1
3 changed files with 11 additions and 11 deletions
|
@ -108,7 +108,7 @@ struct Passwordreq
|
|||
char changesecret;
|
||||
char secret[SECRETLEN]; /* new secret */
|
||||
};
|
||||
#define MAXPASSREQLEN (12+2*ANAMELEN+1+SECRETLEN+16)
|
||||
#define MAXPASSREQLEN (12+2*PASSWDLEN+1+SECRETLEN+16)
|
||||
|
||||
struct OChapreply
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue