int -> size_t

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1840 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2004-07-19 16:18:30 +00:00
parent 86345157b4
commit 960ffce231
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
struct NTLV {
char *name;
unsigned int tag;
int len;
size_t len;
unsigned char *value;
};
typedef struct NTLV NTLV_t;