Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41

bytes.

MFC after:	2 weeks
This commit is contained in:
Gary Jennejohn 2001-09-12 08:27:54 +00:00
parent d92580b608
commit cc3ee09cd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83363

View File

@ -75,7 +75,7 @@ struct sipcp {
int compress_cid; /* Comp-Slot-Id */
};
#define AUTHNAMELEN 32
#define AUTHNAMELEN 42
#define AUTHKEYLEN 16
struct sauth {