ape/libauth: add PASSWDLEN constant to compile passtokey.c from native libauthsrv (thanks lawler)
This commit is contained in:
parent
261e319092
commit
ad6bb37e33
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ enum
|
|||
CHALLEN= 8, /* plan9 sk1 challenge length */
|
||||
NETCHLEN= 16, /* max network challenge length (used in AS protocol) */
|
||||
CONFIGLEN= 14,
|
||||
PASSWDLEN= 28,
|
||||
SECRETLEN= 32, /* secret max size */
|
||||
|
||||
NONCELEN= 32,
|
||||
|
|
Loading…
Reference in a new issue