Deprecate ENGINE_cleanup() and make it a no-op
authorMatt Caswell <matt@openssl.org>
Mon, 4 Apr 2016 15:12:39 +0000 (16:12 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commit6d4fb1d59e61aacefa25edc4fe5acfe1ac93f743
tree2c67f2f0146b14025cdb73a7dae63ade6ac72df6
parent7b8cc9b3458ec3f18b4d4d9ca2a72b6b3e3744c8
Deprecate ENGINE_cleanup() and make it a no-op

ENGINE_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>
crypto/engine/eng_int.h
crypto/engine/eng_lib.c
crypto/engine/eng_list.c
crypto/include/internal/engine.h
crypto/init.c
doc/crypto/engine.pod
include/openssl/engine.h