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 {