Fix the symbol_presence test with a shlib_variant
authorMatt Caswell <matt@openssl.org>
Wed, 29 Dec 2021 14:44:00 +0000 (14:44 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 30 Dec 2021 16:50:02 +0000 (16:50 +0000)
commit805bdac5f37bb820658f70269941086bef6c085b
treec171cb891aad9a355a5adebed56dae9c657e0f7a
parentad1a1d715dcab875dafd6e792b8eb65eb84d6b9f
Fix the symbol_presence test with a shlib_variant

If a shlib_variant is used then the dynamic version information for
symbols will be different from what the symbol presence test was
expecting. We just make it more liberal about what it accepts as dynamic
version information.

Fixes #17366

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