diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-10-16 21:44:42 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-10-16 21:44:42 +0000 |
commit | 91348d209f77f8602a7d17c2f8cc7258de42eb16 (patch) | |
tree | cd3113029225a5d46a95ce91ca6344416677e18a /usr.sbin/ospf6d | |
parent | 0ab326c4e2909550502b53099cce9344e4ce64cb (diff) |
There is not auth code so there is no need for struct crypt.
Diffstat (limited to 'usr.sbin/ospf6d')
-rw-r--r-- | usr.sbin/ospf6d/ospf6.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.sbin/ospf6d/ospf6.h b/usr.sbin/ospf6d/ospf6.h index f4579fcd8cc..032b4d0ac1a 100644 --- a/usr.sbin/ospf6d/ospf6.h +++ b/usr.sbin/ospf6d/ospf6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf6.h,v 1.5 2007/10/16 21:32:32 claudio Exp $ */ +/* $OpenBSD: ospf6.h,v 1.6 2007/10/16 21:44:41 claudio Exp $ */ /* * Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org> @@ -104,13 +104,6 @@ #define MAX_SEQ_NUM 0x7fffffff /* OSPF header */ -struct crypt { - u_int16_t dummy; - u_int8_t keyid; - u_int8_t len; - u_int32_t seq_num; -}; - struct ospf_hdr { u_int8_t version; u_int8_t type; |