signed vs. unsigned
This commit is contained in:
parent
b9865f110e
commit
90bdfd97a6
@ -629,7 +629,7 @@ int ssl_check_serverhello_tlsext(SSL *s)
|
|||||||
((algs & SSL_kECDH) || (algs & SSL_kECDHE) || (algs & SSL_aECDSA)))
|
((algs & SSL_kECDH) || (algs & SSL_kECDHE) || (algs & SSL_aECDSA)))
|
||||||
{
|
{
|
||||||
/* we are using an ECC cipher */
|
/* we are using an ECC cipher */
|
||||||
int i;
|
size_t i;
|
||||||
unsigned char *list;
|
unsigned char *list;
|
||||||
int found_uncompressed = 0;
|
int found_uncompressed = 0;
|
||||||
if ((s->session->tlsext_ecpointformatlist == NULL) || (s->session->tlsext_ecpointformatlist_length <= 0))
|
if ((s->session->tlsext_ecpointformatlist == NULL) || (s->session->tlsext_ecpointformatlist_length <= 0))
|
||||||
|
Loading…
Reference in New Issue
Block a user