libauthsrv: ANAMELEN -> PASSWDLEN

This commit is contained in:
cinap_lenrek 2016-08-05 19:09:42 +02:00
parent b540a22eb0
commit b21fe017d1
3 changed files with 11 additions and 11 deletions

View file

@ -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
{