--- embedaddon/dhcp/dst/dst_support.c 2012/10/09 09:06:54 1.1.1.1 +++ embedaddon/dhcp/dst/dst_support.c 2013/07/22 12:54:39 1.1.1.1.2.1 @@ -1,4 +1,4 @@ -static const char rcsid[] = "$Header: /usr/local/www/users/anoncvs/cvs/embedaddon/dhcp/dst/dst_support.c,v 1.1.1.1 2012/10/09 09:06:54 misho Exp $"; +static const char rcsid[] = "$Header: /usr/local/www/users/anoncvs/cvs/embedaddon/dhcp/dst/dst_support.c,v 1.1.1.1.2.1 2013/07/22 12:54:39 misho Exp $"; /* @@ -81,7 +81,7 @@ dst_s_conv_bignum_u8_to_b64(char *out_buf, const unsig op += lenh; } len64 = b64_ntop(bp, local_in_len, op, local_out_len - 2); - if (len64 < 0) + if ((int) len64 < 0) return (-1); op += len64++; *(op++) = '\n'; /* put CR in the output */