ssl-proxy.c revision 939451389b8e0ad529277b84fe51dab38a8cf77c
/* Copyright (C) 2002 Timo Sirainen */
#include "lib.h"
#include "ssl-proxy.h"
int ssl_initialized = FALSE;
#ifndef HAVE_SSL
/* no SSL support */
{
i_error("Dovecot wasn't built with SSL support");
return -1;
}
{
return FALSE;
}
{
return NULL;
}
void ssl_proxy_init(void) {}
void ssl_proxy_deinit(void) {}
#endif