ARMmbed / mbed-os-example-mesh-minimal

Simplest Mesh capable test application for mbed OS
Apache License 2.0
38 stars 42 forks source link

Remove unused X509 creation config options #298

Open dgreen-arm opened 4 years ago

dgreen-arm commented 4 years ago

When trying to build this with IAR, the Mbed TLS configuration options in mbedtls_config.h cause a compilation issue. These functions don't appear to be used in this application however, so it should be safe to unset these options.