diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-03-16 16:05:28 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-03-16 17:31:58 +0100 |
commit | 2c6fcae14552ab6e7addc82516617a135f86b5ca (patch) | |
tree | e6c8aff7b0fca5ef81c02bfb7c2d71ec6fc97046 /src/wgtpkg-xmlsec.h | |
parent | abfae2b6d73d7be40ffbff8e8429f71d82df90b5 (diff) |
cmake: improves error detection
Add detection of problem of cast.
The problems are corrected in the patch.
Change-Id: I8dc1e987531790860e390dea53ddf49d52339cb2
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/wgtpkg-xmlsec.h')
-rw-r--r-- | src/wgtpkg-xmlsec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wgtpkg-xmlsec.h b/src/wgtpkg-xmlsec.h index 92d7615..08597ab 100644 --- a/src/wgtpkg-xmlsec.h +++ b/src/wgtpkg-xmlsec.h @@ -19,5 +19,5 @@ extern int xmlsec_init(); extern void xmlsec_shutdown(); extern int xmlsec_verify(xmlNodePtr node); -extern xmlDocPtr xmlsec_create(int index, const char *key, const char **certs); +extern xmlDocPtr xmlsec_create(unsigned int index, const char *key, const char **certs); |