Searched defs:ssl_cipher (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c335 char *ssl_cipher = NULL; variable
2340 ssl_cipher = strdup(opt_arg);
2425 if (ssl_cipher != NULL) {
2426 if (!SSL_CTX_set_cipher_list(ssl_ctx, ssl_cipher)) {
2427 fprintf(stderr, "error setting cipher list [%s]\n", ssl_cipher);

Completed in 1036 milliseconds