diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-08-05 19:09:42 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-08-05 19:09:42 +0200 |
commit | b21fe017d1b80b3db5ac92568e28f670efad2509 (patch) | |
tree | 50b7ad97057e3eda8f5e0a0644103ebf65641826 /sys/include/authsrv.h | |
parent | b540a22eb0c287398e21358d6b66c8e544001f77 (diff) |
libauthsrv: ANAMELEN -> PASSWDLEN
Diffstat (limited to 'sys/include/authsrv.h')
-rw-r--r-- | sys/include/authsrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/authsrv.h b/sys/include/authsrv.h index 5df6f0973..4fabc3814 100644 --- a/sys/include/authsrv.h +++ b/sys/include/authsrv.h @@ -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 { |