diff options
-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 { |