diff options
Diffstat (limited to 'include/xmlsec/xmldsig.h')
-rw-r--r-- | include/xmlsec/xmldsig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/xmlsec/xmldsig.h b/include/xmlsec/xmldsig.h index 886bba98..21f629a4 100644 --- a/include/xmlsec/xmldsig.h +++ b/include/xmlsec/xmldsig.h @@ -109,6 +109,13 @@ typedef enum { #define XMLSEC_DSIG_FLAGS_CHECK_PROXY 0x00000040 /** TIZEN CUSTUMIZED + * XMLSEC_DSIG_FLAGS_SKIP_PROXY: + * + * If this flag is set then xmlSecProxyCtx will not be processed. + */ +#define XMLSEC_DSIG_FLAGS_SKIP_PROXY 0x00000080 + +/** TIZEN CUSTUMIZED * @cache: the cache include reference uri for supporting partial mode. * cache represented uri will be check on processing references. * @next: the pointer to indicate linked node (xmlSecProxyCtx). |