aboutsummaryrefslogtreecommitdiff
path: root/crypto/objects
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-11-01 16:40:37 +0000
committerBen Laurie <ben@openssl.org>2008-11-01 16:40:37 +0000
commit5e4430e70df0020f5f1517249851696cb9ac4ad2 (patch)
tree95dcbc73bcd99b725664324db882b4a388d0d4cb /crypto/objects
parent4d6e1e4f29de455b5e644ea9cae5d5f5a2dbef33 (diff)
downloadopenssl-5e4430e70df0020f5f1517249851696cb9ac4ad2.zip
openssl-5e4430e70df0020f5f1517249851696cb9ac4ad2.tar.gz
openssl-5e4430e70df0020f5f1517249851696cb9ac4ad2.tar.bz2
More size_tification.
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 23e9d48..44380cd 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;