ape/libauth: add PASSWDLEN constant to compile passtokey.c from native libauthsrv (thanks lawler)

This commit is contained in:
cinap_lenrek 2016-08-04 10:38:20 +02:00
parent 261e319092
commit ad6bb37e33

View file

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