Lines Matching defs:bugs
475 BIO_printf(bio_err," -bugs - Turn on SSL bug compatibility\n");869 int badop=0,bugs=0;1109 else if (strcmp(*argv,"-bugs") == 0)1110 { bugs=1; }1419 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);1487 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_ALL);