ssl-proxy.c revision cca4ba2a504d70a9fe9fee37f8433997359de52c
#include "lib.h"
#include "ssl-proxy.h"
bool ssl_initialized = FALSE;
#ifndef HAVE_SSL
/* no SSL support */
{
i_error("Dovecot wasn't built with SSL support");
return -1;
}
void *context ATTR_UNUSED,
{
i_error("Dovecot wasn't built with SSL support");
return -1;
}
{
}
{
}
{
return FALSE;
}
{
return FALSE;
}
const char *verify_name ATTR_UNUSED)
{
return -1;
}
{
return NULL;
}
{
return FALSE;
}
{
return NULL;
}
{
return "";
}
{
return NULL;
}
{
return "";
}
unsigned int ssl_proxy_get_count(void)
{
return 0;
}
void ssl_proxy_init(void) {}
void ssl_proxy_deinit(void) {}
#endif