whitespace and code verbosity
This commit is contained in:
parent
31fc41a32c
commit
492ca8d332
|
@ -234,8 +234,7 @@ verify_cert( SSL *ssl )
|
||||||
static int
|
static int
|
||||||
init_ssl_ctx( imap_store_t *ctx )
|
init_ssl_ctx( imap_store_t *ctx )
|
||||||
{
|
{
|
||||||
imap_store_conf_t *conf = (imap_store_conf_t *)ctx->gen.conf;
|
imap_server_conf_t *srvc = ((imap_store_conf_t *)ctx->gen.conf)->server;
|
||||||
imap_server_conf_t *srvc = conf->server;
|
|
||||||
SSL_METHOD *method;
|
SSL_METHOD *method;
|
||||||
int options = 0;
|
int options = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user