Home | History | Annotate | Download | only in ssl

Lines Matching refs:no_ecdhe

336 	fprintf(stderr," -no_ecdhe     - disable ECDHE\n");
540 int no_ecdhe = 0;
632 else if (strcmp(*argv,"-no_ecdhe") == 0)
633 no_ecdhe=1;
937 if (!no_ecdhe)
969 (void)no_ecdhe;