commit | 90bdfd97a68ed56d926a44b3d37f51b2450f5bb7 | [log] [tgz] |
---|---|---|
author | Nils Larsch <nils@openssl.org> | Mon Mar 13 22:07:05 2006 +0000 |
committer | Nils Larsch <nils@openssl.org> | Mon Mar 13 22:07:05 2006 +0000 |
tree | d45f05023fe85487d669f219f35f00b375b1d525 | |
parent | b9865f110ea66ee00043bad9cf24fb46513fb865 [diff] [blame] |
signed vs. unsigned
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 330963e..cdcc059 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c
@@ -629,7 +629,7 @@ ((algs & SSL_kECDH) || (algs & SSL_kECDHE) || (algs & SSL_aECDSA))) { /* we are using an ECC cipher */ - int i; + size_t i; unsigned char *list; int found_uncompressed = 0; if ((s->session->tlsext_ecpointformatlist == NULL) || (s->session->tlsext_ecpointformatlist_length <= 0))