Searched defs:where (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-ssl-iostream/ |
H A D | iostream-openssl.c | 32 static void openssl_info_callback(const SSL *ssl, int where, int ret) argument 37 if ((where & SSL_CB_ALERT) != 0) { 45 i_debug("%sSSL alert: where=0x%x, ret=%d: %s %s", 46 ssl_io->log_prefix, where, ret, 52 i_debug("%sSSL failed: where=0x%x: %s", 53 ssl_io->log_prefix, where, SSL_state_string_long(ssl)); 55 i_debug("%sSSL: where=0x%x, ret=%d: %s", 56 ssl_io->log_prefix, where, ret,
|
Completed in 474 milliseconds