mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
feat: adds support to use PSA opaque DS driver
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user