]> git.ipfire.org Git - thirdparty/openssl.git/commit
err: remove ERR_GET_FUNC()
authorPauli <pauli@openssl.org>
Tue, 6 Jul 2021 08:50:11 +0000 (18:50 +1000)
committerPauli <pauli@openssl.org>
Tue, 6 Jul 2021 10:14:36 +0000 (20:14 +1000)
commit561e5cda7b7139c665dd9d2f39058b4081da54d2
tree84d61a844e2e1625b833c057af869e1c25ecd90e
parentef1e0242a9aec5210845df86162c0b9219ff0f11
err: remove ERR_GET_FUNC()

This is problematic in 3.0 because the function codes are all defined as zero.
This leads to either every error matching or no error ever matching.  Both
are problematic for users.  The OTC vote resolved to remove this function
completely.

Fixes #15946

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/16004)
include/openssl/err.h.in
util/other.syms