| 176 | |
| 177 | #ifndef NO_OPENSSL |
| 178 | static 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 | |
| 184 | static void socket_perror(const char *func, struct imap_socket *sock, int ret) |
no outgoing calls
no test coverage detected