From cc3ee09cd3eb6c0c79519bd3952554625ad19e80 Mon Sep 17 00:00:00 2001 From: Gary Jennejohn Date: Wed, 12 Sep 2001 08:27:54 +0000 Subject: [PATCH] Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41 bytes. MFC after: 2 weeks --- sys/i386/include/i4b_isppp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/include/i4b_isppp.h b/sys/i386/include/i4b_isppp.h index 9d1b59e35529..8855b3785f0c 100644 --- a/sys/i386/include/i4b_isppp.h +++ b/sys/i386/include/i4b_isppp.h @@ -75,7 +75,7 @@ struct sipcp { int compress_cid; /* Comp-Slot-Id */ }; -#define AUTHNAMELEN 32 +#define AUTHNAMELEN 42 #define AUTHKEYLEN 16 struct sauth {