8000 Update esp_crt_bundle.c · esp32wrangler/esp32-certBundle@b365a4a · GitHub
[go: up one dir, main page]

Skip to content

Commit b365a4a

Browse files
Update esp_crt_bundle.c
Temporary commented out line 191 to prevent the following compile error: .pio\build\esp32dev\lib499\libWiFiClientSecure.a(esp_crt_bundle.c.o):(.literal.esp_crt_bundle_attach+0x8): undefined reference to `_binary_x509_crt_bundle_start' collect2.exe: error: ld returned 1 exit status *** [.pio\build\esp32dev\firmware.elf] Error 1
1 parent ed98ee2 commit b365a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WiFiClientSecure/src/esp_crt_bundle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ esp_err_t esp_crt_bundle_attach(void *conf)
188188
// If no bundle has been set by the user then use the bundle embedded in the binary
189189
if (s_crt_bundle.crts == NULL) {
190190
log_d("using embedded bundle");
191-
ret = esp_crt_bundle_init(x509_crt_imported_bundle_bin_start);
191+
//ret = esp_crt_bundle_init(x509_crt_imported_bundle_bin_start);
192192
}
193193

194194
if (ret != ESP_OK) {

0 commit comments

Comments
 (0)
0