Home | History | Annotate | Download | only in apps

Lines Matching defs:bugs

536 	BIO_printf(bio_err," -bugs         - Turn on SSL bug compatibility\n");
943 int badop=0,bugs=0;
1179 else if (strcmp(*argv,"-bugs") == 0)
1180 { bugs=1; }
1544 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
1617 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_ALL);