Remove EVP_PBE_cleanup() from EVP_cleanup()
authortb <tb@openbsd.org>
Fri, 15 Dec 2023 14:22:10 +0000 (14:22 +0000)
committertb <tb@openbsd.org>
Fri, 15 Dec 2023 14:22:10 +0000 (14:22 +0000)
It's a noop and will be removed in the next major bump.

ok jsing

lib/libcrypto/evp/names.c

index 5242892..a96301e 100644 (file)
@@ -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();