artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6afed99
)
No need to call OBJ_sigid_free() in EVP_cleanup() anymore.
author
tb
<tb@openbsd.org>
Sat, 22 Jul 2023 18:12:55 +0000
(18:12 +0000)
committer
tb
<tb@openbsd.org>
Sat, 22 Jul 2023 18:12:55 +0000
(18:12 +0000)
ok jsing
lib/libcrypto/evp/names.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/evp/names.c
b/lib/libcrypto/evp/names.c
index
f7864f5
..
4931c92
100644
(file)
--- 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 {