]> 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>
Fri, 8 Dec 2023 08:07:35 +0000 (09:07 +0100)
commitcef95c208fd5afcb98d21d2c63aaace5504f2842
tree742877692bfbc8444ad67c61ef3c8996ff4ee528
parenta223bfcb89df54093a1858817e02fd6e0cb38219
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.

(backport of commit 6c63b7e861819db439551b52ea5594faec04b65c)

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