summaryrefslogtreecommitdiffstats
path: root/utils.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-25 01:05:43 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-25 04:12:40 +0200
commit9de348f24de5ab4f6eafba7a20f3fa64912b917b (patch)
treee211f27078a6a6a7cb11b7f7567eaa87271cf543 /utils.c
parent371746ebd171a83172b328375992f03f6c336bd4 (diff)
downloadkernel-crypto-9de348f24de5ab4f6eafba7a20f3fa64912b917b.tar.gz
kernel-crypto-9de348f24de5ab4f6eafba7a20f3fa64912b917b.tar.xz
kernel-crypto-9de348f24de5ab4f6eafba7a20f3fa64912b917b.zip
Define session cloning interface
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 514833cc65c..a427833fdad 100644
--- a/utils.c
+++ b/utils.c
@@ -82,6 +82,7 @@ static const struct nla_policy ncr_attr_policy[NCR_ATTR_MAX + 1] = {
[NCR_ATTR_DH_BASE] = { NLA_BINARY, 0 },
[NCR_ATTR_DH_PUBLIC] = { NLA_BINARY, 0 },
[NCR_ATTR_WANTED_ATTRS] = { NLA_BINARY, 0 },
+ [NCR_ATTR_SESSION_CLONE_FROM] = { NLA_U32, 0 },
};
void *__ncr_get_input_args(void *fixed, struct nlattr *tb[], size_t fixed_size,