]> git.ipfire.org Git - thirdparty/openssl.git/commit
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>
Thu, 14 Oct 2021 08:59:56 +0000 (10:59 +0200)
commit6b0f7a67f71e03b90b654ed20786acca54d20fae
tree6df197482f173ca44c59960482f48b192aae0914
parent993ae6d207be1ae8c1901ea70a34adf0414e3e71
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)

(cherry picked from commit a85b4de6a6cbe03c46219d4b1c3b2828ca3fd51c)
test/recipes/01-test_symbol_presence.t