Fix test/recipes/01-test_symbol_presence.t to allow for stripped libraries
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Oct 2021 07:09:05 +0000 (09:09 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Oct 2021 07:09:05 +0000 (09:09 +0200)
commita85b4de6a6cbe03c46219d4b1c3b2828ca3fd51c
tree7c5642035b298c596f056b2d66df58d3f2ea9b79
parentf087ebcb2eb516a424245fcb93642e57ba024cc4
Fix test/recipes/01-test_symbol_presence.t to allow for stripped libraries

It's a small change to the 'nm' call, to have it look at dynamic symbols
rather than the normal ones.

Fixes #16810

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