diff options
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index 2567ef517ce..05e4c423422 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.115 2004/04/28 00:38:39 henning Exp $ */ +/* $OpenBSD: bgpd.h,v 1.116 2004/04/28 01:08:38 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -152,7 +152,7 @@ enum auth_method { AUTH_IPSEC_MANUAL_AH, AUTH_IPSEC_IKE }; - + struct peer_auth { enum auth_method method; char md5key[TCP_MD5_KEY_LEN]; |