Loading ssl/ssltest.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -398,11 +398,14 @@ bad: if (cm->type != NID_undef) if (cm->type != NID_undef) SSL_COMP_add_compression_method(comp, cm); SSL_COMP_add_compression_method(comp, cm); else else { fprintf(stderr, fprintf(stderr, "Warning: %s compression not supported\n", "Warning: %s compression not supported\n", (comp == COMP_RLE ? "rle" : (comp == COMP_RLE ? "rle" : (comp == COMP_ZLIB ? "zlib" : (comp == COMP_ZLIB ? "zlib" : "unknown"))); "unknown"))); ERR_print_errors_fp(stderr); } } } #if !defined(NO_SSL2) && !defined(NO_SSL3) #if !defined(NO_SSL2) && !defined(NO_SSL3) Loading Loading
ssl/ssltest.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -398,11 +398,14 @@ bad: if (cm->type != NID_undef) if (cm->type != NID_undef) SSL_COMP_add_compression_method(comp, cm); SSL_COMP_add_compression_method(comp, cm); else else { fprintf(stderr, fprintf(stderr, "Warning: %s compression not supported\n", "Warning: %s compression not supported\n", (comp == COMP_RLE ? "rle" : (comp == COMP_RLE ? "rle" : (comp == COMP_ZLIB ? "zlib" : (comp == COMP_ZLIB ? "zlib" : "unknown"))); "unknown"))); ERR_print_errors_fp(stderr); } } } #if !defined(NO_SSL2) && !defined(NO_SSL3) #if !defined(NO_SSL2) && !defined(NO_SSL3) Loading