]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/recipes/01-test_symbol_presence.t: check for duplicate symbols in static libs
authorRichard Levitte <levitte@openssl.org>
Sat, 18 Feb 2023 10:22:39 +0000 (11:22 +0100)
committerPauli <pauli@openssl.org>
Thu, 23 Feb 2023 23:57:20 +0000 (10:57 +1100)
commit1817dcaf556df559a32eed14d0947ff961be7b4f
tree49a288f273fae9d2a51d1ef746fec9b2306527b9
parent2c1ec72a7abb29f2d91eda6f93942670f1cbdb9e
test/recipes/01-test_symbol_presence.t: check for duplicate symbols in static libs

This checks that all symbols are unique across all public static libraries.
This includes a bit of refacftoring to avoid repeating code too much.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20331)
test/recipes/01-test_symbol_presence.t