diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-04-28 00:38:40 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-04-28 00:38:40 +0000 |
commit | 4cd1fd0df592abf3f95171c4dbabdaf46789d581 (patch) | |
tree | 957e729280bedebe662323fab80373b368cd1c35 /usr.sbin/bgpd/bgpd.h | |
parent | 6f8c06f8ef514939747639afb8d5cbd5b1b553e6 (diff) |
prefix the auth related defines by AUTH_, we had a name clash, markus ok
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index c5e9d24bd75..2567ef517ce 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.114 2004/04/27 22:42:13 henning Exp $ */ +/* $OpenBSD: bgpd.h,v 1.115 2004/04/28 00:38:39 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -147,10 +147,10 @@ struct filter_set { }; enum auth_method { - MD5SIG = 1, - IPSEC_MANUAL_ESP, - IPSEC_MANUAL_AH, - IPSEC_IKE + AUTH_MD5SIG = 1, + AUTH_IPSEC_MANUAL_ESP, + AUTH_IPSEC_MANUAL_AH, + AUTH_IPSEC_IKE }; struct peer_auth { |