summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/isakmp_cfg.h7
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;
};