From: Marco Bettini Date: Fri, 30 May 2025 14:53:16 +0000 (+0000) Subject: lib-dcrypt: dcrypt_openssl_ctx_sym_init() SSL1 - Fix whitespace X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a15fba640937a94eef92a25a3ac123f9c05030cb;p=thirdparty%2Fdovecot%2Fcore.git lib-dcrypt: dcrypt_openssl_ctx_sym_init() SSL1 - Fix whitespace --- diff --git a/src/lib-dcrypt/dcrypt-openssl1.c b/src/lib-dcrypt/dcrypt-openssl1.c index f4d97453a5..1f242a4c96 100644 --- a/src/lib-dcrypt/dcrypt-openssl1.c +++ b/src/lib-dcrypt/dcrypt-openssl1.c @@ -477,7 +477,7 @@ dcrypt_openssl_ctx_sym_init(struct dcrypt_context_symmetric *ctx, i_assert(ctx->key != NULL); i_assert(ctx->ctx == NULL); - if((ctx->ctx = EVP_CIPHER_CTX_new()) == NULL) + if ((ctx->ctx = EVP_CIPHER_CTX_new()) == NULL) return dcrypt_openssl_error(error_r); ec = EVP_CipherInit_ex(ctx->ctx, ctx->cipher, NULL,