]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-dcrypt: dcrypt_openssl_ctx_sym_init() SSL1 - Fix whitespace
authorMarco Bettini <marco.bettini@open-xchange.com>
Fri, 30 May 2025 14:53:16 +0000 (14:53 +0000)
committerMarco Bettini <marco.bettini@open-xchange.com>
Fri, 27 Jun 2025 13:54:52 +0000 (13:54 +0000)
src/lib-dcrypt/dcrypt-openssl1.c

index f4d97453a5b36ac0ba279974dd68d44480d7e771..1f242a4c9655598bc9111c28ddc05208dfd7bdc5 100644 (file)
@@ -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,