build: do not link with libssl if not needed 67/37867/2
authorBenoît Ganne <bganne@cisco.com>
Wed, 4 Jan 2023 16:56:58 +0000 (17:56 +0100)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 10 Jan 2023 20:51:05 +0000 (20:51 +0000)
commitf457f1fa024ac8cd4f80885aa92b2fc22db882db
tree5f6b2eb4d58eb8b61718a2c4b62b94d5e1ecaa85
parent9bc72ac8de6dcc74aa82fa6c3223e9f93b2dc3c2
build: do not link with libssl if not needed

In most cases we only need OpenSSL libcrypto (crypto primitives) but
not libssl (tls).

Type: improvement

Change-Id: I9dce27d23d65bf46aea2d0f8aaf417240701efcc
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/plugins/crypto_openssl/CMakeLists.txt
src/plugins/dpdk/CMakeLists.txt
src/plugins/ikev2/CMakeLists.txt
src/plugins/wireguard/CMakeLists.txt