summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-04-28 01:08:39 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-04-28 01:08:39 +0000
commitb1aee6396df5d48ec080f32827fd25ae44bcb373 (patch)
tree1b2592dc8536493948dacd4abd066b1ec6c61c5c /usr.sbin/bgpd/bgpd.h
parent0fa65c8cc99d8b5e2d4550a410a5990cf6ccf83b (diff)
spacing
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h4
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];