Skip to content

Commit d89caf3

Browse files
authored
Update BoringSSL to cab31f65f1ad6e6daca62e95b25dd6cd805fce0b (#132)
1 parent e5dabe7 commit d89caf3

File tree

233 files changed

+23319
-23149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+23319
-23149
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// Sources/CCryptoBoringSSL directory. The source repository is at
2121
// https://boringssl.googlesource.com/boringssl.
2222
//
23-
// BoringSSL Commit: 1f51cfc7d7f54d2bee30bb5793470ef9c36a5083
23+
// BoringSSL Commit: cab31f65f1ad6e6daca62e95b25dd6cd805fce0b
2424

2525
import PackageDescription
2626

Sources/CCryptoBoringSSL/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ add_library(CCryptoBoringSSL STATIC
3535
"crypto/asn1/asn_pack.c"
3636
"crypto/asn1/f_int.c"
3737
"crypto/asn1/f_string.c"
38+
"crypto/asn1/posix_time.c"
3839
"crypto/asn1/tasn_dec.c"
3940
"crypto/asn1/tasn_enc.c"
4041
"crypto/asn1/tasn_fre.c"
4142
"crypto/asn1/tasn_new.c"
4243
"crypto/asn1/tasn_typ.c"
4344
"crypto/asn1/tasn_utl.c"
44-
"crypto/asn1/time_support.c"
4545
"crypto/base64/base64.c"
4646
"crypto/bio/bio.c"
4747
"crypto/bio/bio_mem.c"
@@ -289,7 +289,6 @@ add_library(CCryptoBoringSSL STATIC
289289
"crypto/x509/x_x509a.c"
290290
"crypto/x509v3/pcy_cache.c"
291291
"crypto/x509v3/pcy_data.c"
292-
"crypto/x509v3/pcy_lib.c"
293292
"crypto/x509v3/pcy_map.c"
294293
"crypto/x509v3/pcy_node.c"
295294
"crypto/x509v3/pcy_tree.c"

0 commit comments

Comments
 (0)