]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix no-err
authorMatt Caswell <matt@openssl.org>
Wed, 2 Dec 2020 16:18:16 +0000 (16:18 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 8 Dec 2020 16:10:17 +0000 (16:10 +0000)
commite0b5058c11e8059fc6290139f8fc21898fe0ca63
tree7e6ea862e696089638207fec8617c2fba54a778a
parent8778f0eb8e6bfb32c0d01cf0e3c9d2e61619818e
Fix no-err

The ERR_load_*_strings() functions were not being defined in a no-err
build. This is an API break since in 1.1.1 they were still present in a
no-err build, but were no-ops. This was also causing a failure in
test_symbol_presence. We revert to the way things were done in 1.1.1,
i.e. in a no-err build the functions are still present but are no-ops.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13598)
crypto/err/err_all_legacy.c