diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-08-04 10:38:20 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-08-04 10:38:20 +0200 |
commit | ad6bb37e33d647411e1ee6cbd067433710f98267 (patch) | |
tree | 1cdd093355aebc7cb647e254997f4f21e40bd8f1 /sys/src/ape | |
parent | 261e3190929acd3e8e00507894789a5575fb815f (diff) |
ape/libauth: add PASSWDLEN constant to compile passtokey.c from native libauthsrv (thanks lawler)
Diffstat (limited to 'sys/src/ape')
-rw-r--r-- | sys/src/ape/lib/auth/authsrv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/ape/lib/auth/authsrv.h b/sys/src/ape/lib/auth/authsrv.h index 498dc9870..8fd693d9f 100644 --- a/sys/src/ape/lib/auth/authsrv.h +++ b/sys/src/ape/lib/auth/authsrv.h @@ -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, |