Avoid #include with inline function on C++Builder
Commit 6b2978406
exposed a bug with C++Builder's Clang-based compilers,
which cause inline function definitions in C translation units to not
be found by the linker. Disable the inclusion of the triggering header.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15025)
master
parent
c85c5e1a53
commit
3e4981dd59
Loading…
Reference in New Issue