summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2016-07-29 10:12:09 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2016-07-29 10:15:00 +0900
commitc6168f0894366bf18d60caad56a5bb96aec95fa5 (patch)
tree9bd6a5f3bb9d4e8f9ad4888ca2fca6b159672d66 /include
parente39c3193b51ea3b1a3ae85fb8ca368d41ed00802 (diff)
downloadxmlsec1-c6168f0894366bf18d60caad56a5bb96aec95fa5.tar.gz
xmlsec1-c6168f0894366bf18d60caad56a5bb96aec95fa5.tar.bz2
xmlsec1-c6168f0894366bf18d60caad56a5bb96aec95fa5.zip
Fix unnecessary space and set align on custom code
Change-Id: Id68ea7ca89d2911507ad9a2d1290638b69691479 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/xmlsec/keyinfo.h2
-rw-r--r--include/xmlsec/xmldsig.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/xmlsec/keyinfo.h b/include/xmlsec/keyinfo.h
index 63b199c5..b2f24d17 100644
--- a/include/xmlsec/keyinfo.h
+++ b/include/xmlsec/keyinfo.h
@@ -154,7 +154,7 @@ typedef enum {
*/
#define XMLSEC_KEYINFO_FLAGS_X509DATA_SKIP_STRICT_CHECKS 0x00004000
-/**
+/**
* XMLSEC_KEYINFO_FLAGS_SKIP_VERIFY_CHAIN:
*
* If the flag is set then we wont stop document validation
diff --git a/include/xmlsec/xmldsig.h b/include/xmlsec/xmldsig.h
index 6c8e12bc..5a375985 100644
--- a/include/xmlsec/xmldsig.h
+++ b/include/xmlsec/xmldsig.h
@@ -257,8 +257,8 @@ XMLSEC_EXPORT void xmlSecDSigReferenceCtxDebugDump (xmlSecDSigRefer
XMLSEC_EXPORT void xmlSecDSigReferenceCtxDebugXmlDump(xmlSecDSigReferenceCtxPtr dsigRefCtx,
FILE* output);
-XMLSEC_EXPORT int xmlSecDSigCtxVerifyEx(xmlSecDSigCtxPtr dsigCtx,
- xmlNodePtr node, int noHash, void* pList);
+XMLSEC_EXPORT int xmlSecDSigCtxVerifyEx(xmlSecDSigCtxPtr dsigCtx,
+ xmlNodePtr node, int noHash, void* pList);