diff options
author | 2007-10-16 21:44:41 +0000 | |
---|---|---|
committer | 2007-10-16 21:44:41 +0000 | |
commit | c2a437b45c89a78cfe96cac98b8f3d20814437c4 (patch) | |
tree | 1413835ea0b0622088e22e7af05d6a308e9c4452 | |
parent | For MULTIPROCESSOR kernels, make cpu_switchto() set p->p_cpu. (diff) | |
download | wireguard-openbsd-c2a437b45c89a78cfe96cac98b8f3d20814437c4.tar.xz wireguard-openbsd-c2a437b45c89a78cfe96cac98b8f3d20814437c4.zip |
There is not auth code so there is no need for struct crypt.
-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; |