summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,