Build fix for previous commit

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@610 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-05-27 06:41:21 +00:00
parent 7c94d7d8d3
commit 2b433941dd
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ static int asn1_decode_entry(struct sc_context *ctx, struct sc_asn1_entry *entry
void *parm = entry->parm;
int (*callback_func)(struct sc_context *ctx, void *arg, const u8 *obj,
size_t objlen, int depth) =
(int (*)(struct sc_context *, void *, const u8 *, int, int)) parm;
(int (*)(struct sc_context *, void *, const u8 *, size_t, int)) parm;
size_t *len = (size_t *) entry->arg;
int r = 0;