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

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 {