Skip to content

Commit 794bbb4

Browse files
committed
Resolve cacert.h merge conflicts
1 parent e6a8c0a commit 794bbb4

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

src/cacert.h

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
<<<<<<< HEAD:src/android_cert.h
2-
/*
3-
##
4-
## Bundle of CA Root Certificates
5-
##
6-
## Certificate data from Mozilla as of: Tue May 20 03:12:02 2025 GMT
7-
##
8-
## Find updated versions here: https://curl.se/docs/caextract.html
9-
##
10-
## This is a bundle of X.509 certificates of public Certificate Authorities
11-
## (CA). These were automatically extracted from Mozilla's root certificates
12-
## file (certdata.txt). This file can be found in the mozilla source tree:
13-
## https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/release/security/nss/lib/ckfw/builtins/certdata.txt
14-
##
15-
## It contains the certificates in PEM format and therefore
16-
## can be directly used with curl / libcurl / php_curl, or with
17-
## an Apache+mod_ssl webserver for SSL client authentication.
18-
## Just configure this file as the SSLCACertificateFile.
19-
##
20-
## Conversion done with mk-ca-bundle.pl version 1.29.
21-
## SHA256: 8944ec6b572b577daee4fc681a425881f841ec2660e4cb5f0eee727f84620697
22-
##
23-
*/
24-
25-
static const char cacert_pem[] = "\n"
26-
=======
271
static const char cacert_pem[] = "##\n"
282
"## Bundle of CA Root Certificates\n"
293
"##\n"
@@ -45,7 +19,6 @@ static const char cacert_pem[] = "##\n"
4519
"## SHA256: 8944ec6b572b577daee4fc681a425881f841ec2660e4cb5f0eee727f84620697\n"
4620
"##\n"
4721
"\n"
48-
>>>>>>> main:src/cacert.h
4922
"\n"
5023
"Entrust Root Certification Authority\n"
5124
"====================================\n"
@@ -3504,9 +3477,4 @@ static const char cacert_pem[] = "##\n"
35043477
"S5THaJQXfuKOKD62xur1NGyfN4gHONuGcfrNlUhDbqNPgofXNJhuS5N5YHVpD/Aa1VP6IQzCP+k/\n"
35053478
"HxiMkl14p3ZnGbuy6n/pcAlWVqOwDAstNl7F6cTVg8uGF5csbBNvh1qvSaYd2804BC5f4ko1Di1L\n"
35063479
"+KIkBI3Y4WNeApI02phhXBxvWHZks/wCuPWdCg==\n"
3507-
<<<<<<< HEAD:src/android_cert.h
3508-
"-----END CERTIFICATE-----\n"
3509-
"";
3510-
=======
3511-
"-----END CERTIFICATE-----\n";
3512-
>>>>>>> main:src/cacert.h
3480+
"-----END CERTIFICATE-----\n";

0 commit comments

Comments
 (0)