]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/recipes/01-test_symbol_presence.t: Ignore symbols starting with '__'
authorRichard Levitte <levitte@openssl.org>
Thu, 30 Nov 2023 07:48:33 +0000 (08:48 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Dec 2023 08:55:15 +0000 (09:55 +0100)
commit6c63b7e861819db439551b52ea5594faec04b65c
tree72589d60785c1eb551c9c15c8423c34ed874f93a
parentd6961af1acbdf29b684f3307578bd03890a26a9c
test/recipes/01-test_symbol_presence.t: Ignore symbols starting with '__'

On some platforms, the compiler may add symbols that aren't ours and that we
should ignore.

They are generally expected to start with a double underscore, and thereby
easy to detect.

Fixes #22869 (partially)

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