| 210 | |
| 211 | #ifdef NO_OPENSSL |
| 212 | static 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 |
no test coverage detected