summaryrefslogtreecommitdiff
path: root/sys/src/ape
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-08-04 10:38:20 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-08-04 10:38:20 +0200
commitad6bb37e33d647411e1ee6cbd067433710f98267 (patch)
tree1cdd093355aebc7cb647e254997f4f21e40bd8f1 /sys/src/ape
parent261e3190929acd3e8e00507894789a5575fb815f (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.h1
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,