Home | History | Annotate | Download | only in apps

Lines Matching defs:bugs

536 	BIO_printf(bio_err," -bugs         - Turn on SSL bug compatibility\n");
939 int badop=0,bugs=0;
1175 else if (strcmp(*argv,"-bugs") == 0)
1176 { bugs=1; }
1539 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
1610 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_ALL);