From 5e4430e70df0020f5f1517249851696cb9ac4ad2 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 1 Nov 2008 16:40:37 +0000 Subject: More size_tification. --- crypto/objects/obj_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/objects') diff --git a/crypto/objects/obj_lib.c b/crypto/objects/obj_lib.c index 23e9d48cdf..44380cdd1d 100644 --- a/crypto/objects/obj_lib.c +++ b/crypto/objects/obj_lib.c @@ -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; -- cgit v1.2.3