File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -655,7 +655,7 @@ CFLAGS += \
655
655
-isystem $(TOP ) /lib/mbedtls/include \
656
656
-DMBEDTLS_CONFIG_FILE='"$(TOP ) /lib/mbedtls_config/mbedtls_config.h"' \
657
657
658
- $(BUILD ) /x509_crt_bundle.S : $(TOP ) /lib/certificates/data/roots.pem $(TOP ) /tools/gen_crt_bundle.py
658
+ $(BUILD ) /x509_crt_bundle.S : $(TOP ) /lib/certificates/data/roots-full .pem $(TOP ) /tools/gen_crt_bundle.py
659
659
$(Q )$(PYTHON ) $(TOP ) /tools/gen_crt_bundle.py -i $< -o $@ --asm
660
660
OBJ_MBEDTLS := $(BUILD ) /x509_crt_bundle.o
661
661
$(patsubst % .c,$(BUILD ) /% .o,$(SRC_MBEDTLS ) ) ) : CFLAGS += -Wno-suggest-attribute=format
Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ async def build_circuitpython():
530
530
531
531
if "ssl" in enabled_modules :
532
532
crt_bundle = builddir / "x509_crt_bundle.S"
533
- roots_pem = srcdir / "lib/certificates/data/roots.pem"
533
+ roots_pem = srcdir / "lib/certificates/data/roots-full .pem"
534
534
generator = srcdir / "tools/gen_crt_bundle.py"
535
535
tg .create_task (
536
536
cpbuild .run_command (
You can’t perform that action at this time.
0 commit comments