signed vs. unsigned

This commit is contained in:
Nils Larsch 2006-03-13 22:07:05 +00:00
parent b9865f110e
commit 90bdfd97a6

View file

@ -629,7 +629,7 @@ int ssl_check_serverhello_tlsext(SSL *s)
((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))