summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-04-13 12:11:59 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-04-13 15:05:07 +0100
commita535fe12f625f30e5e6b27d588403fe25a3ffcf3 (patch)
tree98f2236f3977192ec01b5196a0e17e7bc0a6cc19 /crypto/asn1
parent7e74eaa661e05f27a503b3ff3fecc8c94e9e781e (diff)
Remove check_defer()
The check_defer() function was used to ensure that EVP_cleanup() was always called before OBJ_cleanup(). The new cleanup code ensures this so it is no longer needed. Remove obj_cleanup() call in OID config module: it is not needed any more either. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/asn_moid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/asn1/asn_moid.c b/crypto/asn1/asn_moid.c
index bebf82a55e..a5c86011ff 100644
--- a/crypto/asn1/asn_moid.c
+++ b/crypto/asn1/asn_moid.c
@@ -93,7 +93,6 @@ static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
static void oid_module_finish(CONF_IMODULE *md)
{
- obj_cleanup_int();
}
void ASN1_add_oid_module(void)