summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-12-15 14:22:10 +0000
committertb <>2023-12-15 14:22:10 +0000
commit51123e174dcb80980564bf9fbaa380fb9cb766b6 (patch)
tree5e276835266c152f8ffe19f88046760ad54ce158 /src
parent1949d03ffed488e37648879ea10d2885fe23ae63 (diff)
downloadopenbsd-51123e174dcb80980564bf9fbaa380fb9cb766b6.tar.gz
openbsd-51123e174dcb80980564bf9fbaa380fb9cb766b6.tar.bz2
openbsd-51123e174dcb80980564bf9fbaa380fb9cb766b6.zip
Remove EVP_PBE_cleanup() from EVP_cleanup()
It's a noop and will be removed in the next major bump. ok jsing
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/evp/names.c3
1 files changed, 1 insertions, 2 deletions
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 @@
1/* $OpenBSD: names.c,v 1.21 2023/08/26 02:59:13 tb Exp $ */ 1/* $OpenBSD: names.c,v 1.22 2023/12/15 14:22:10 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -141,7 +141,6 @@ EVP_cleanup(void)
141 does that part. -- Richard Levitte */ 141 does that part. -- Richard Levitte */
142 OBJ_NAME_cleanup(-1); 142 OBJ_NAME_cleanup(-1);
143 143
144 EVP_PBE_cleanup();
145 if (obj_cleanup_defer == 2) { 144 if (obj_cleanup_defer == 2) {
146 obj_cleanup_defer = 0; 145 obj_cleanup_defer = 0;
147 OBJ_cleanup(); 146 OBJ_cleanup();