]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix enable-asan with C++ buildtest
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 26 Aug 2021 18:10:16 +0000 (20:10 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Sat, 28 Aug 2021 05:22:46 +0000 (07:22 +0200)
commit876b7e97b848ba179c1dbe4a4a265dfffae0eba6
tree9b142a4aa127148170e259e65acee66ea3aec843
parente93a82da60f52e6fc799323b99499ee51e8c7215
Fix enable-asan with C++ buildtest

the following config:

./config no-shared enable-asan enable-buildtest-c++ enable-external-tests

fails to build with unresolved asan symbols when linking
test/ossl_shim/ossl_shim

Fixed by passing all sanitizer-flags to cxxflags.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16434)
Configure