summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/xml/private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/private.h b/lasso/xml/private.h
index e8662cb4..516a9596 100644
--- a/lasso/xml/private.h
+++ b/lasso/xml/private.h
@@ -89,6 +89,8 @@ struct _LassoNodeClassData
xmlNs *ns;
int sign_type_offset;
int sign_method_offset;
+ int private_key_file_offset;
+ int certificate_file_offset;
gboolean keep_xmlnode;
};