avoid C99 %z printf format spec in asn1 gen_decode
commit31de117576e47eb3d8e024c819062133580a6045
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 17 May 2011 02:51:16 +0000 (16 22:51 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 17 May 2011 16:02:11 +0000 (17 12:02 -0400)
tree418cd4df51bb06fafc3bf30336858378bc7f732d
parent9fb0ba53c53e629a6b1a35e3ac144a8cf56314ab
avoid C99 %z printf format spec in asn1 gen_decode

Windows does not support the %z printf format specification
indicating the variable is of size_t.  In gen_decode the
variable 'depth' does not need to be of 'size_t'.  'unsigned int'
will suffice.

Change-Id: Ic56290ba702f7681d5e11f9d23bfa3eb7274dbbe
lib/asn1/gen_decode.c