summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-12-15 14:22:11 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-12-15 14:22:11 +0000
commit86d71518fa309dad1834f3c13e4029a8dd419fa3 (patch)
treeb5a692164078f02dcd3a94ef42f995b8bc51c219 /lib/libcrypto
parent79ce5de5560e53f4939d64e67af94c955f015ed3 (diff)
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 'lib/libcrypto')
-rw-r--r--lib/libcrypto/evp/names.c3
1 files changed, 1 insertions, 2 deletions
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();