Skip to content

Commit 653d2ed

Browse files
committed
Fix build issues
1 parent 974a7d9 commit 653d2ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ set(LIBRARY_SRCS
115115
libraries/WebServer/src/Parsing.cpp
116116
libraries/WebServer/src/detail/mimetable.cpp
117117
libraries/WiFiClientSecure/src/ssl_client.cpp
118-
libraries/WiFiClientSecure/src/esp_crt_bundle.cpp
118+
libraries/WiFiClientSecure/src/esp_crt_bundle.c
119119
libraries/WiFiClientSecure/src/WiFiClientSecure.cpp
120120
libraries/WiFi/src/WiFiAP.cpp
121121
libraries/WiFi/src/WiFiClient.cpp

libraries/WiFiClientSecure/src/ssl_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ int start_ssl_client(sslclient_context *ssl_client, const char *host, uint32_t p
185185
return handle_error(ret);
186186
}
187187
} else if (useRootCABundle) {
188-
log_v("Attaching root CA cert bundle")
188+
log_v("Attaching root CA cert bundle");
189189
ret = esp_crt_bundle_attach(&ssl_client->ssl_conf);
190190

191191
if (ret < 0) {

0 commit comments

Comments
 (0)