]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: fix unity builds for more build combinations
authorViktor Szakats <commit@vsz.me>
Tue, 3 Oct 2023 21:18:01 +0000 (21:18 +0000)
committerViktor Szakats <commit@vsz.me>
Wed, 4 Oct 2023 15:36:06 +0000 (15:36 +0000)
commitfd328fcaf1bc9683dffd71574c478d10f014ccf2
tree50407cc07ce5aaed9582d48ecb85a5001f92d18c
parent3fd80c7b59fd0c3db1ff784c6fb0caf386bdb10f
cmake: fix unity builds for more build combinations

By using unique static function/variable names in source files
implementing these interfaces.

- OpenLDAP combined with any SSH backend.

- MultiSSL with mbedTLS, OpenSSL, wolfSSL, SecureTransport.

Closes #12027
lib/openldap.c
lib/vtls/mbedtls.c
lib/vtls/openssl.c
lib/vtls/sectransp.c
lib/vtls/wolfssl.c