From 60c8e5108fdb4afbebd7a82c8432af38cf365216 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 15 Dec 2023 14:22:10 +0000 Subject: Remove EVP_PBE_cleanup() from EVP_cleanup() It's a noop and will be removed in the next major bump. ok jsing --- src/lib/libcrypto/evp/names.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/evp/names.c b/src/lib/libcrypto/evp/names.c index 5242892e9f..a96301ed56 100644 --- a/src/lib/libcrypto/evp/names.c +++ b/src/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(); -- cgit v1.2.3-55-g6feb