feat: adds support to use PSA opaque DS driver

This commit is contained in:
Ashish Sharma
2026-02-05 11:25:36 +08:00
parent 4c0edaf09a
commit aea4f3ef0d
+5
View File
@@ -32,7 +32,12 @@
#include "esp_log.h"
#include "mqtt_client.h"
#include "sdkconfig.h"
#if CONFIG_MBEDTLS_VER_4_X_SUPPORT
#include "psa_crypto_driver_esp_rsa_ds.h"
#else
#include "rsa_sign_alt.h"
#endif /* MBEDTLS_VER_4_X_SUPPORT */
#include "esp_secure_cert_read.h"
static const char *TAG = "mqtts_example";