Deprecate OBJ_cleanup() and make it a no-op
authorMatt Caswell <matt@openssl.org>
Mon, 4 Apr 2016 14:49:21 +0000 (15:49 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commit7b8cc9b3458ec3f18b4d4d9ca2a72b6b3e3744c8
treeda9131b97fb33b3ae50e5d79665a8bdef5eee16c
parent22c84afa773559279af928652a2d9f3489cc7d73
Deprecate OBJ_cleanup() and make it a no-op

OBJ_cleanup() should not be called expicitly - we should leave
auto-deinit to clean this up instead.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
13 files changed:
apps/asn1pars.c
apps/ca.c
apps/req.c
apps/srp.c
apps/ts.c
apps/x509.c
crypto/asn1/asn_moid.c
crypto/evp/names.c
crypto/include/internal/objects.h [new file with mode: 0644]
crypto/init.c
crypto/objects/obj_dat.c
doc/crypto/OBJ_nid2obj.pod
include/openssl/objects.h