Deprecate ERR_free_strings() and make it a no-op
authorMatt Caswell <matt@openssl.org>
Mon, 4 Apr 2016 12:43:58 +0000 (13:43 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 07:52:33 +0000 (08:52 +0100)
commit6827cb3610fee4ec8cc120cc6b5bf88b04884ae7
tree1c2bec63a701723843db0e541fe037432336469d
parent02a247e0fa23f2caa9c10df3adf3476eb9813c95
Deprecate ERR_free_strings() and make it a no-op

ERR_free_strings() 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/err/err.c
crypto/init.c
doc/crypto/ERR_load_crypto_strings.pod
doc/crypto/err.pod
include/internal/err.h [moved from crypto/include/internal/err.h with 98% similarity]
include/openssl/err.h
ssl/ssl_init.c