From fde5145a62d01c8d3131ea0d586ec59cf0d8be3b Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 30 Dec 2001 18:40:28 +0000 Subject: [PATCH] Bump AUTHNAMELEN to 64. Should probably be made dynamic instead. --- sys/net/if_sppp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h index bbdb78ab5ec..c4f3139c8e2 100644 --- a/sys/net/if_sppp.h +++ b/sys/net/if_sppp.h @@ -56,7 +56,7 @@ struct sipcp { int compress_cid; /* VJ: Comp-Slot-Id */ }; -#define AUTHNAMELEN 32 +#define AUTHNAMELEN 64 #define AUTHKEYLEN 16 struct sauth {