More size_tification.

This commit is contained in:
Ben Laurie
2008-11-01 16:40:37 +00:00
parent 4d6e1e4f29
commit 5e4430e70d
50 changed files with 222 additions and 209 deletions

View File

@@ -65,7 +65,7 @@
ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o)
{
ASN1_OBJECT *r;
int i;
size_t i;
char *ln=NULL,*sn=NULL;
unsigned char *data=NULL;