From 16beb55006f170e70eb874084029ccc0ed4470b4 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 27 Jan 2024 16:36:17 +0000 Subject: [PATCH] Whitespace tweak --- lib/libcrypto/evp/p5_crpt.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/evp/p5_crpt.c b/lib/libcrypto/evp/p5_crpt.c index 15b9935ac17..7a56a3d4ada 100644 --- a/lib/libcrypto/evp/p5_crpt.c +++ b/lib/libcrypto/evp/p5_crpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p5_crpt.c,v 1.24 2024/01/27 16:26:25 tb Exp $ */ +/* $OpenBSD: p5_crpt.c,v 1.25 2024/01/27 16:36:17 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -147,9 +147,11 @@ PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, explicit_bzero(md_tmp, EVP_MAX_MD_SIZE); explicit_bzero(key, EVP_MAX_KEY_LENGTH); explicit_bzero(iv, EVP_MAX_IV_LENGTH); + rv = 1; -err: + err: EVP_MD_CTX_cleanup(&ctx); PBEPARAM_free(pbe); + return rv; } -- 2.20.1