From 1caa8801f6d888befb3515d24171bf77a172a93c Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 14 Jun 2013 22:00:42 +0200 Subject: 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 --- trust/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'trust/session.h') 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; -- cgit v1.1