summaryrefslogtreecommitdiffstats
path: root/crypto/objects
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/objects')
-rw-r--r--crypto/objects/obj_lib.c2
1 files changed, 1 insertions, 1 deletions
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;