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

Function ssl_socket_perror

imap-send.c:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177#ifndef NO_OPENSSL
178static void ssl_socket_perror(const char *func)
179{
180 fprintf(stderr, "%s: %s\n", func, ERR_error_string(ERR_get_error(), NULL));
181}
182#endif
183
184static void socket_perror(const char *func, struct imap_socket *sock, int ret)

Callers 2

socket_perrorFunction · 0.85
ssl_socket_connectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected