summaryrefslogtreecommitdiffstats
path: root/examples/new.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/new.c')
-rw-r--r--examples/new.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/new.c b/examples/new.c
index 72f1517..3cfc206 100644
--- a/examples/new.c
+++ b/examples/new.c
@@ -673,10 +673,6 @@ test_ncr_store_wrap_key(int cfd)
}
/* now export the unwrapped */
- /* this cannot be performed like that, because unwrap
- * always sets keys as unexportable. Maybe we can implement
- * a data comparison ioctl().
- */
memset(&keydata, 0, sizeof(keydata));
keydata.key = key2;
keydata.data = dd;
@@ -687,6 +683,7 @@ test_ncr_store_wrap_key(int cfd)
return 1;
}
+ kdata.data = data;
if (ioctl(cfd, NCRIO_DATA_GET, &kdata)) {
fprintf(stderr, "Error: %s:%d\n", __func__, __LINE__);
perror("ioctl(NCRIO_DATA_GET)");