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>
Fri, 8 Dec 2023 08:07:35 +0000 (09:07 +0100)
commit3cd209a6ba62ea282227305d9ba1f70b55241fb2
tree662f04e192e9dfe350b7ff48ab072d91ce3add44
parentcef95c208fd5afcb98d21d2c63aaace5504f2842
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.

(backport of commit 4ff5137ff5fb896e0273d274110517e3c7adb8cf)

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22929)
test/recipes/01-test_symbol_presence.t