1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Bump AUTHNAMELEN to 64. Should probably be made dynamic instead.

This commit is contained in:
Joerg Wunsch 2001-12-30 18:40:28 +00:00
parent e168d42851
commit fde5145a62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88711

View File

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