Fix test/recipes/01-test_symbol_presence.t to allow for stripped libraries#16822
Closed
levitte wants to merge 1 commit intoopenssl:masterfrom
Closed
Fix test/recipes/01-test_symbol_presence.t to allow for stripped libraries#16822levitte wants to merge 1 commit intoopenssl:masterfrom
levitte wants to merge 1 commit intoopenssl:masterfrom
Conversation
…aries It's a small change to the 'nm' call, to have it look at dynamic symbols rather than the normal ones. Fixes openssl#16810
t8m
approved these changes
Oct 13, 2021
Member
|
The Windows CI failures are not relevant. |
Collaborator
|
24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually. |
openssl-machine
pushed a commit
that referenced
this pull request
Oct 14, 2021
…aries 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 <[email protected]> (Merged from #16822)
openssl-machine
pushed a commit
that referenced
this pull request
Oct 14, 2021
…aries 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 <[email protected]> (Merged from #16822) (cherry picked from commit a85b4de)
openssl-machine
pushed a commit
that referenced
this pull request
Oct 14, 2021
…aries 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 <[email protected]> (Merged from #16822) (cherry picked from commit a85b4de)
Member
Author
dstebila
pushed a commit
to open-quantum-safe/openssl
that referenced
this pull request
Mar 15, 2022
It's a small change to the 'nm' call, to have it look at dynamic symbols
rather than the normal ones.
Fixes #16810