summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ospfd/auth.c')
-rw-r--r--usr.sbin/ospfd/auth.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/ospfd/auth.c b/usr.sbin/ospfd/auth.c
index 99a9e41cf1d..f9373249860 100644
--- a/usr.sbin/ospfd/auth.c
+++ b/usr.sbin/ospfd/auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.c,v 1.7 2005/11/12 18:18:24 deraadt Exp $ */
+/* $OpenBSD: auth.c,v 1.8 2006/02/02 15:11:54 norby Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -241,12 +241,6 @@ md_list_clr(struct iface *iface)
}
}
-int
-md_list_empty(struct iface *iface)
-{
- return (TAILQ_EMPTY(&iface->auth_md_list));
-}
-
struct auth_md *
md_list_find(struct iface *iface, u_int8_t keyid)
{