summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>2001-09-12 08:27:54 +0000
committergj <gj@FreeBSD.org>2001-09-12 08:27:54 +0000
commit1a73f5c1e96fe42483ce4be03cb9eb0fe373bdb9 (patch)
treef928ad7834a3470dc48299d27fe573b4cde70ed8 /sys
parent9c673fcc995b39bd03df1bfb98cf4cc6fa30ce2f (diff)
downloadFreeBSD-src-1a73f5c1e96fe42483ce4be03cb9eb0fe373bdb9.zip
FreeBSD-src-1a73f5c1e96fe42483ce4be03cb9eb0fe373bdb9.tar.gz
Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41
bytes. MFC after: 2 weeks
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/include/i4b_isppp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/i4b_isppp.h b/sys/i386/include/i4b_isppp.h
index 9d1b59e..8855b37 100644
--- a/sys/i386/include/i4b_isppp.h
+++ b/sys/i386/include/i4b_isppp.h
@@ -75,7 +75,7 @@ struct sipcp {
int compress_cid; /* Comp-Slot-Id */
};
-#define AUTHNAMELEN 32
+#define AUTHNAMELEN 42
#define AUTHKEYLEN 16
struct sauth {
OpenPOWER on IntegriCloud