Use void * instead of char * for to avoid signedness issues

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16016 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-09-03 19:57:38 +00:00
parent e61738ea81
commit 6f3bfd6a20

View File

@@ -398,7 +398,7 @@ find_attribute(const CMSAttributes *attr, const heim_oid *oid)
int
hx509_cms_verify_signed(hx509_verify_ctx ctx,
const char *data,
const void *data,
size_t length,
hx509_certs store,
heim_oid *contentType,
@@ -884,7 +884,7 @@ hx509_cms_create_signed_1(const heim_oid *eContentType,
int
hx509_cms_decrypt_encrypted(hx509_lock lock,
const char *data,
const void *data,
size_t length,
heim_oid *contentType,
heim_octet_string *content)