summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-11-13 12:54:54 +0100
committerSteven Barth <steven@midlink.org>2014-11-13 12:54:54 +0100
commit0e61162197ebd8e62e5a263f9522ddcf2f9130f2 (patch)
tree0b7cdb72f63d397703c23215865faacacbb1fbde /src
parent940e2141ab13727af6323c4d30002f785e466318 (diff)
downloadodhcp6c-0e61162197ebd8e62e5a263f9522ddcf2f9130f2.tar.gz
update cer-id definition
Diffstat (limited to 'src')
-rw-r--r--src/odhcp6c.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/odhcp6c.h b/src/odhcp6c.h
index f2924b0..0efae10 100644
--- a/src/odhcp6c.h
+++ b/src/odhcp6c.h
@@ -188,9 +188,6 @@ struct dhcpv6_auth_reconfigure {
struct dhcpv6_cer_id {
uint16_t type;
uint16_t len;
- uint16_t reserved;
- uint16_t auth_type;
- uint8_t auth[16];
struct in6_addr addr;
} _packed;