Remove non-ASCII symbols

Causes issue on Windows OS
This commit is contained in:
Ivan Kravets 2019-08-14 17:27:51 +03:00 committed by GitHub
parent 52ec4b93f3
commit 982480b012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -30,9 +30,9 @@
* https://letsencrypt.org/certificates/
* Downloaded from https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem.txt
*
* to convert do: bearssl ta lets-encrypt-x3-cross-signed.pem.txt
* to convert do: "bearssl ta lets-encrypt-x3-cross-signed.pem.txt"
* then copy and paste below, chain the generic names to the same as below
* remove static and add PROGMEM
* remove "static" and add "PROGMEM"
\*********************************************************************************************/
static const unsigned char PROGMEM TA0_DN[] = {
@ -97,9 +97,9 @@ static const br_x509_trust_anchor PROGMEM LetsEncryptX3CrossSigned_TA = {
* https://letsencrypt.org/certificates/
* Downloaded from https://www.amazontrust.com/repository/AmazonRootCA1.pem
*
* to convert do: bearssl ta AmazonRootCA1.pem
* to convert do: "bearssl ta AmazonRootCA1.pem"
* then copy and paste below, chain the generic names to the same as below
* remove static and add PROGMEM
* remove "static" and add "PROGMEM"
\*********************************************************************************************/