diff options
author | Can Erkin Acar <canacar@cvs.openbsd.org> | 2005-01-08 20:36:00 +0000 |
---|---|---|
committer | Can Erkin Acar <canacar@cvs.openbsd.org> | 2005-01-08 20:36:00 +0000 |
commit | 72d8d248e9156231a16f065099f6e06190d5b576 (patch) | |
tree | eb08e7d0fdbfd1d7993a7a10b10a4677f72a6c41 | |
parent | ef683d1b52caab0f5f9788166b0c64afa6ed6788 (diff) |
Unslack and increase AUTHNAMELEN, since some ISP's prefer long usernames.
Reported long time ago by Marc Huber and more recently by Steffen Schutz.
-rw-r--r-- | sys/net/if_sppp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h index 171012a7d9b..24698cf32c8 100644 --- a/sys/net/if_sppp.h +++ b/sys/net/if_sppp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sppp.h,v 1.7 2004/11/28 23:39:45 canacar Exp $ */ +/* $OpenBSD: if_sppp.h,v 1.8 2005/01/08 20:35:59 canacar Exp $ */ /* $NetBSD: if_sppp.h,v 1.2.2.1 1999/04/04 06:57:39 explorer Exp $ */ /* @@ -68,7 +68,7 @@ struct sipcp { #define IPCP_MYADDR_SEEN 4 /* have seen his address already */ }; -#define AUTHNAMELEN 32 +#define AUTHNAMELEN 64 #define AUTHKEYLEN 16 struct sauth { |