mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-17 17:46:29 -04:00

When building with CMake, for sample programs that only use functionality in libmbedcrypto and libmbedx509, link with libmbedx509, not with libmbedtls. cert_app makes a TLS connection, so do link it with libmbedtls.