Deprecate CONF_modules_free() and make it a no-op
authorMatt Caswell <matt@openssl.org>
Mon, 4 Apr 2016 16:00:04 +0000 (17:00 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commitcbf6959fe8ff51730a397ea426075d547ec5d7a8
treeeef161225ca88ad3d6471c81c942dc6c7f3a26df
parent6d4fb1d59e61aacefa25edc4fe5acfe1ac93f743
Deprecate CONF_modules_free() and make it a no-op

CONF_modules_free() 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/conf/conf_mod.c
crypto/init.c
doc/crypto/CONF_modules_free.pod
doc/crypto/OPENSSL_config.pod
include/internal/conf.h
include/openssl/conf.h