Skip to content

Commit d051eb0

Browse files
committed
removed usuless string name array from GSMRootCerts.h
1 parent 608b99a commit d051eb0

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/utility/GSMRootCerts.h

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,23 +1231,6 @@ static const GSMRootCert GSM_ROOT_CERTS[] = {
12311231
}
12321232
};
12331233

1234-
const String rootsName[14] = {
1235-
"Starfield_Services_Root_Certificate_Authority_G2",
1236-
"AmazonRootCA1",
1237-
"VeriSign_Class_3_Public_Primary_Certification_Authority_G5",
1238-
"Go_Daddy_Root_Certificate_Authority_G2",
1239-
"GlobalSign",
1240-
"GeoTrust_Primary_Certification_Authority_G3",
1241-
"GeoTrust_Global_CA",
1242-
"Equifax_Secure_Certificate_Authority",
1243-
"Entrust_Root_Certification_Authority",
1244-
"DigiCert_High_Assurance_EV_Root_CA",
1245-
"DST_Root_CA_X3",
1246-
"COMODO_RSA_Certification_Authority",
1247-
"Baltimore_CyberTrust_Root",
1248-
"AddTrust_External_CA_Root"
1249-
};
1250-
12511234
#define GSM_NUM_ROOT_CERTS (sizeof(GSM_ROOT_CERTS) / sizeof(GSM_ROOT_CERTS[0]))
12521235

12531236
#endif

0 commit comments

Comments
 (0)