diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2002-06-09 00:45:28 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2002-06-09 00:45:28 +0000 |
commit | 0e43a2763f315bf4630c0c663f53487bb2964fa2 (patch) | |
tree | cbb03fe0c54839bf134ec87b8afc4b9780ec2b60 /sbin/isakmpd/isakmp_cfg.h | |
parent | c4022eb5963d965c181471b70534c89d63e25a5a (diff) |
Missed this.
Diffstat (limited to 'sbin/isakmpd/isakmp_cfg.h')
-rw-r--r-- | sbin/isakmpd/isakmp_cfg.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/isakmpd/isakmp_cfg.h b/sbin/isakmpd/isakmp_cfg.h index a73f461fee5..8c3e75a2b64 100644 --- a/sbin/isakmpd/isakmp_cfg.h +++ b/sbin/isakmpd/isakmp_cfg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isakmp_cfg.h,v 1.1 2001/07/01 20:43:39 niklas Exp $ */ +/* $OpenBSD: isakmp_cfg.h,v 1.2 2002/06/09 00:45:27 ho Exp $ */ /* * Copyright (c) 2001 Niklas Hallqvist. All rights reserved. @@ -42,8 +42,9 @@ struct isakmp_cfg_attr { LIST_ENTRY (isakmp_cfg_attr) link; u_int16_t type; - /* 16 bits just to be well-aligned. */ - u_int16_t ignore; + u_int8_t attr_used; + /* 8 bits just to be well-aligned. */ + u_int8_t ignore; size_t length; void *value; }; |