whitespace and code verbosity

This commit is contained in:
Oswald Buddenhagen 2006-03-20 17:21:07 +00:00
parent 31fc41a32c
commit 492ca8d332

View File

@ -234,8 +234,7 @@ verify_cert( SSL *ssl )
static int
init_ssl_ctx( imap_store_t *ctx )
{
imap_store_conf_t *conf = (imap_store_conf_t *)ctx->gen.conf;
imap_server_conf_t *srvc = conf->server;
imap_server_conf_t *srvc = ((imap_store_conf_t *)ctx->gen.conf)->server;
SSL_METHOD *method;
int options = 0;