mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
esp_tls: change argument pointer type to (void *) for esp_crt_bundle_attach
This commit is contained in:
@@ -36,7 +36,7 @@ extern "C" {
|
||||
* - ESP_OK if adding certificates was successful.
|
||||
* - Other if an error occured or an action must be taken by the calling process.
|
||||
*/
|
||||
esp_err_t esp_crt_bundle_attach(mbedtls_ssl_config *conf);
|
||||
esp_err_t esp_crt_bundle_attach(void *conf);
|
||||
|
||||
|
||||
/**
|
||||
@@ -64,4 +64,4 @@ void esp_crt_bundle_set(const uint8_t *x509_bundle);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif //_ESP_CRT_BUNDLE_H_
|
||||
#endif //_ESP_CRT_BUNDLE_H_
|
||||
|
||||
Reference in New Issue
Block a user