summaryrefslogtreecommitdiff
path: root/trust/session.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-06-14 22:00:42 +0200
committerStef Walter <stef@thewalter.net>2013-06-17 21:55:34 +0200
commit1caa8801f6d888befb3515d24171bf77a172a93c (patch)
tree69092d74137fbe3914552af52a4766e8592474ad /trust/session.h
parentbfe10cd0660fd81d78c8c5ce3eaa7d1f046859e1 (diff)
trust: Writable module PKCS#11 token functions
Although we don't actually write anything out yet, make the various PKCS#11 functions behave properly when faced with requests to write to token objects
Diffstat (limited to 'trust/session.h')
-rw-r--r--trust/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/trust/session.h b/trust/session.h
index b820770..ec394b1 100644
--- a/trust/session.h
+++ b/trust/session.h
@@ -48,6 +48,7 @@ typedef struct {
p11_builder *builder;
p11_token *token;
CK_BBOOL loaded;
+ bool read_write;
/* Used by various operations */
p11_session_cleanup cleanup;