err: get rid of err_free_strings_int()
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Tue, 29 Mar 2022 19:50:21 +0000 (21:50 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Tue, 10 May 2022 07:50:15 +0000 (09:50 +0200)
commit39f7f543738f954c9a7c0ef554e32563e241bcb9
treebb1c2ccaa77f9928396b51a9c78a77469749f136
parent3e8307924efb54274083454f3a05a7d38b54be86
err: get rid of err_free_strings_int()

Even though the function is not part of the public api, it is not
entirely removed, in order to minimize the chance of breakage,
because it is exported from libcrypto. Instead, we keep a dummy
implementation.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17974)

(cherry picked from commit 1c8787d5e0b01bedfc3cbe5eab5b85290221d8c1)
crypto/err/err.c
crypto/init.c
ssl/ssl_init.c