--- embedtools/src/voucher.c 2013/01/18 13:21:06 1.2.4.2 +++ embedtools/src/voucher.c 2013/07/19 01:08:43 1.2.4.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: voucher.c,v 1.2.4.2 2013/01/18 13:21:06 misho Exp $ + * $Id: voucher.c,v 1.2.4.3 2013/07/19 01:08:43 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -335,7 +335,7 @@ TestVouchers(array_t * __restrict v, RSA * __restrict } for (i = 0, code = 0; i < array_Size(v); i++, code = 0) { - voucher = AIT_GET_STR(ait_getVars(&v, i)); + voucher = AIT_GET_STR(ait_getVars((array_t**) &v, i)); /* convert from voucher string to number */ p = (u_char*) strrchr(voucher, '\0');