]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/recipes/01-test_symbol_presence.t: Treat common symbols specially
authorRichard Levitte <levitte@openssl.org>
Thu, 30 Nov 2023 08:02:25 +0000 (09:02 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Dec 2023 08:55:15 +0000 (09:55 +0100)
commit4ff5137ff5fb896e0273d274110517e3c7adb8cf
tree88b34dd3d6d77a49b3f44857606f3e53e84cb2dd
parent6c63b7e861819db439551b52ea5594faec04b65c
test/recipes/01-test_symbol_presence.t: Treat common symbols specially

Common symbols (type 'C' in the 'nm' output) are allowed to be defined more
than once.  This makes test/recipes/01-test_symbol_presence.t reflect that.

Fixes #22869 (partially)
Fixes #22837

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22880)
test/recipes/01-test_symbol_presence.t