summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-07-22 18:12:56 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-07-22 18:12:56 +0000
commit52f0634ebb954ce71191dac63800303b0d49e366 (patch)
tree44ada3c8f95c9f30a88f2124dab9d6515b3d97d4 /lib/libcrypto/evp
parent609ecc6b969de84fa431d4b50feca28e1b31d7b1 (diff)
No need to call OBJ_sigid_free() in EVP_cleanup() anymore.
ok jsing
Diffstat (limited to 'lib/libcrypto/evp')
-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 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 {