Searched refs:http_setup_ssl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c68 * http_setup_ssl() - Set up SSL/TLS on a connection.
122 static int http_setup_ssl(http_t *http);
637 if (http_setup_ssl(http) != 0)
1599 if (http_setup_ssl(http) != 0)
2280 * 'http_setup_ssl()' - Set up SSL/TLS support on a connection.
2284 http_setup_ssl(http_t *http) /* I - HTTP data */ function
2299 DEBUG_printf(("http_setup_ssl(http=%p)\n", http));
2315 printf("http_setup_ssl: %s\n", ERR_error_string(error, NULL));

Completed in 60 milliseconds