git: 9front

Download patch

ref: 3dde2922905f35f0799b39572d1ed3414f346bc6
parent: 3a57a4716db8209e7af76b2578241cd88de6d84d
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Aug 4 06:38:20 EDT 2016

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

--- a/sys/src/ape/lib/auth/authsrv.h
+++ b/sys/src/ape/lib/auth/authsrv.h
@@ -9,6 +9,7 @@
 	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,
--