From: tb Date: Fri, 15 Dec 2023 14:22:10 +0000 (+0000) Subject: Remove EVP_PBE_cleanup() from EVP_cleanup() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e2fbb0aa46c0f5a66f0bcad7e93cf9e9670b4b8f;p=openbsd Remove EVP_PBE_cleanup() from EVP_cleanup() It's a noop and will be removed in the next major bump. ok jsing --- diff --git a/lib/libcrypto/evp/names.c b/lib/libcrypto/evp/names.c index 5242892e9f6..a96301ed56b 100644 --- a/lib/libcrypto/evp/names.c +++ b/lib/libcrypto/evp/names.c @@ -1,4 +1,4 @@ -/* $OpenBSD: names.c,v 1.21 2023/08/26 02:59:13 tb Exp $ */ +/* $OpenBSD: names.c,v 1.22 2023/12/15 14:22:10 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -141,7 +141,6 @@ EVP_cleanup(void) does that part. -- Richard Levitte */ OBJ_NAME_cleanup(-1); - EVP_PBE_cleanup(); if (obj_cleanup_defer == 2) { obj_cleanup_defer = 0; OBJ_cleanup();