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:
parent
e168d42851
commit
fde5145a62
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88711
@ -56,7 +56,7 @@ struct sipcp {
|
||||
int compress_cid; /* VJ: Comp-Slot-Id */
|
||||
};
|
||||
|
||||
#define AUTHNAMELEN 32
|
||||
#define AUTHNAMELEN 64
|
||||
#define AUTHKEYLEN 16
|
||||
|
||||
struct sauth {
|
||||
|
Loading…
Reference in New Issue
Block a user