MCPcopy Index your code
hub / github.com/git/git / ssl_socket_connect

Function ssl_socket_connect

imap-send.c:212–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211#ifdef NO_OPENSSL
212static int ssl_socket_connect(struct imap_socket *sock UNUSED,
213 const struct imap_server_conf *cfg UNUSED,
214 int use_tls_only UNUSED)
215{
216 fprintf(stderr, "SSL requested, but SSL support is not compiled in\n");
217 return -1;
218}
219
220#else
221

Callers 1

imap_open_storeFunction · 0.85

Calls 5

ssl_socket_perrorFunction · 0.85
warningFunction · 0.85
socket_perrorFunction · 0.85
errorFunction · 0.85
verify_hostnameFunction · 0.85

Tested by

no test coverage detected