Skip to content

Commit

Permalink
Update BoringSSL to 8bbefbfeee609b17622deedd100163c12f5c95dc (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa authored Mar 22, 2022
1 parent 476397d commit 067254c
Show file tree
Hide file tree
Showing 104 changed files with 3,196 additions and 2,449 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Sources/CCryptoBoringSSL directory. The source repository is at
// https://boringssl.googlesource.com/boringssl.
//
// BoringSSL Commit: 295b31324f8c557dcd3c1c831857e33a7f23bc52
// BoringSSL Commit: 8bbefbfeee609b17622deedd100163c12f5c95dc

import PackageDescription

Expand Down
5 changes: 2 additions & 3 deletions Sources/CCryptoBoringSSL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ add_library(CCryptoBoringSSL STATIC
"crypto/asn1/a_bool.c"
"crypto/asn1/a_d2i_fp.c"
"crypto/asn1/a_dup.c"
"crypto/asn1/a_enum.c"
"crypto/asn1/a_gentm.c"
"crypto/asn1/a_i2d_fp.c"
"crypto/asn1/a_int.c"
Expand Down Expand Up @@ -70,6 +69,7 @@ add_library(CCryptoBoringSSL STATIC
"crypto/cipher_extra/e_aesctrhmac.c"
"crypto/cipher_extra/e_aesgcmsiv.c"
"crypto/cipher_extra/e_chacha20poly1305.c"
"crypto/cipher_extra/e_des.c"
"crypto/cipher_extra/e_null.c"
"crypto/cipher_extra/e_rc2.c"
"crypto/cipher_extra/e_rc4.c"
Expand All @@ -88,6 +88,7 @@ add_library(CCryptoBoringSSL STATIC
"crypto/crypto.c"
"crypto/curve25519/curve25519.c"
"crypto/curve25519/spake25519.c"
"crypto/des/des.c"
"crypto/dh_extra/dh_asn1.c"
"crypto/dh_extra/params.c"
"crypto/digest_extra/digest_extra.c"
Expand Down Expand Up @@ -147,8 +148,6 @@ add_library(CCryptoBoringSSL STATIC
"crypto/fipsmodule/cipher/aead.c"
"crypto/fipsmodule/cipher/cipher.c"
"crypto/fipsmodule/cipher/e_aes.c"
"crypto/fipsmodule/cipher/e_des.c"
"crypto/fipsmodule/des/des.c"
"crypto/fipsmodule/dh/check.c"
"crypto/fipsmodule/dh/dh.c"
"crypto/fipsmodule/digest/digest.c"
Expand Down
195 changes: 0 additions & 195 deletions Sources/CCryptoBoringSSL/crypto/asn1/a_enum.c

This file was deleted.

Loading

0 comments on commit 067254c

Please sign in to comment.