Skip to content

Commit f33dfd2

Browse files
Don't delete first cert, taken from ESP8266 repo (#1392)
See esp8266/Arduino#8907
1 parent 7ef00c8 commit f33dfd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
if item.startswith("'-----BEGIN CERTIFICATE-----"):
4848
pems.append(item)
4949
del names[0] # Remove headers
50-
del pems[0] # Remove headers
5150

5251
# Try and make ./data, skip if present
5352
try:

0 commit comments

Comments
 (0)