summaryrefslogtreecommitdiffstats
path: root/lib/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal.h')
-rw-r--r--lib/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/internal.h b/lib/internal.h
index 97fb77d..8b6d25b 100644
--- a/lib/internal.h
+++ b/lib/internal.h
@@ -29,12 +29,14 @@ Red Hat author: Miloslav Trmač <mitr@redhat.com> */
#include <config.h>
+#include <stdbool.h>
#include <stdint.h>
#include <ncrypto/ncrypto.h>
struct ncr_symm_key
{
CK_KEY_TYPE type;
+ bool sensitive;
size_t size;
uint8_t value[];
};