mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Bump AUTHNAMELEN to 64. Should probably be made dynamic instead.
This commit is contained in:
parent
e168d42851
commit
fde5145a62
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue