提交 90bdfd97 编写于 作者: N Nils Larsch

signed vs. unsigned

上级 b9865f11
...@@ -629,7 +629,7 @@ int ssl_check_serverhello_tlsext(SSL *s) ...@@ -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))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册