summaryrefslogtreecommitdiff
path: root/include/xmlsec/xmldsig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/xmldsig.h')
-rw-r--r--include/xmlsec/xmldsig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xmlsec/xmldsig.h b/include/xmlsec/xmldsig.h
index 21f629a4..f00780a1 100644
--- a/include/xmlsec/xmldsig.h
+++ b/include/xmlsec/xmldsig.h
@@ -178,7 +178,8 @@ struct _xmlSecDSigCtx {
xmlSecTransformId defDigestMethodId;
/* TIZEN CUTUMIZED: these data user can set before performing the operation */
- xmlSecProxyCtxPtr proxyCtxPtr;
+ xmlSecProxyCtxPtr skipReferences;
+ xmlSecProxyCtxPtr checkReferences;
/* these data are returned */
xmlSecKeyPtr signKey;