| Index: webrtc/rtc_base/sslroots.h
|
| diff --git a/webrtc/rtc_base/sslroots.h b/webrtc/rtc_base/sslroots.h
|
| index 9ddef0e6bedceca971769e21e389f771fb4bae86..b22433232103abbe807ae6c69de33467b6ca0a24 100644
|
| --- a/webrtc/rtc_base/sslroots.h
|
| +++ b/webrtc/rtc_base/sslroots.h
|
| @@ -4153,7 +4153,7 @@ const unsigned char UTN_DATACorp_SGC_Root_CA_certificate[1122]={
|
| };
|
|
|
|
|
| -const unsigned char* kSSLCertCertificateList[] = {
|
| +const unsigned char* const kSSLCertCertificateList[] = {
|
| GlobalSign_Root_CA_certificate,
|
| USERTrust_RSA_Certification_Authority_certificate,
|
| Starfield_Class_2_CA_certificate,
|
|
|