From: tb Date: Sat, 22 Jul 2023 18:12:55 +0000 (+0000) Subject: No need to call OBJ_sigid_free() in EVP_cleanup() anymore. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=273175eb4e96d5db5181e71f1c662e450bcd068b;p=openbsd No need to call OBJ_sigid_free() in EVP_cleanup() anymore. ok jsing --- diff --git a/lib/libcrypto/evp/names.c b/lib/libcrypto/evp/names.c index f7864f59584..4931c92e266 100644 --- a/lib/libcrypto/evp/names.c +++ b/lib/libcrypto/evp/names.c @@ -1,4 +1,4 @@ -/* $OpenBSD: names.c,v 1.19 2023/07/07 19:37:54 beck Exp $ */ +/* $OpenBSD: names.c,v 1.20 2023/07/22 18:12:55 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -152,7 +152,6 @@ EVP_cleanup(void) obj_cleanup_defer = 0; OBJ_cleanup(); } - OBJ_sigid_free(); } struct doall_cipher {