Loading ssl/s3_srvr.c +2 −1 Original line number Diff line number Diff line Loading @@ -1306,7 +1306,8 @@ int ssl3_get_client_hello(SSL *s) else if (s->hit) comp = NULL; else if (ssl_allow_compression(s) && s->ctx->comp_methods) { /* See if we have a match */ { /* See if we have a match */ int m,nn,o,v,done=0; nn=sk_SSL_COMP_num(s->ctx->comp_methods); Loading Loading
ssl/s3_srvr.c +2 −1 Original line number Diff line number Diff line Loading @@ -1306,7 +1306,8 @@ int ssl3_get_client_hello(SSL *s) else if (s->hit) comp = NULL; else if (ssl_allow_compression(s) && s->ctx->comp_methods) { /* See if we have a match */ { /* See if we have a match */ int m,nn,o,v,done=0; nn=sk_SSL_COMP_num(s->ctx->comp_methods); Loading