summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-06 21:07:11 (GMT)
committerThomas Haller <thaller@redhat.com>2016-11-06 21:07:11 (GMT)
commit4463c3ea91a5eb6600ccb8410b629725ef1456d1 (patch)
treec11ac639112dfd57ed5b296a719eeec4c952328c /include
parent4d00ec354465eb441a9ddca5a5460409b64475f8 (diff)
downloadlibnl-4463c3ea91a5eb6600ccb8410b629725ef1456d1.zip
libnl-4463c3ea91a5eb6600ccb8410b629725ef1456d1.tar.gz
libnl-4463c3ea91a5eb6600ccb8410b629725ef1456d1.tar.bz2
xfrm: remove unused struct xfrmnl_sec_ctx from header files
Diffstat (limited to 'include')
-rw-r--r--include/netlink-private/types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/netlink-private/types.h b/include/netlink-private/types.h
index e72c863..23b9aba 100644
--- a/include/netlink-private/types.h
+++ b/include/netlink-private/types.h
@@ -1155,15 +1155,6 @@ struct xfrmnl_encap_tmpl {
struct nl_addr* encap_oa;
};
-/* kernel space structure, don't use to retrieve/pass sec ctx attribute! */
-struct xfrmnl_sec_ctx {
- uint8_t ctx_doi;
- uint8_t ctx_alg;
- uint16_t ctx_len;
- uint32_t ctx_sid;
- char ctx_str[0];
-};
-
struct xfrmnl_sa {
NLHDR_COMMON