Skip to content

Commit

Permalink
Update BoringSSL to fcef13a49852397a0d39c00be8d7bc2ba1ab6fb9 & includ…
Browse files Browse the repository at this point in the history
…e C++ files (#303)

* Update package vendoring script

* Update BoringSSL to fcef13a49852397a0d39c00be8d7bc2ba1ab6fb9

* Handle ERR_GET_ERR becoming a function

* Update CMake
  • Loading branch information
Lukasa authored Nov 27, 2024
1 parent ff0f781 commit bd94260
Show file tree
Hide file tree
Showing 351 changed files with 8,011 additions and 5,312 deletions.
4 changes: 2 additions & 2 deletions 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: 2587c4974dbe9872451151c8e975f58567a1ce0d
// BoringSSL Commit: fcef13a49852397a0d39c00be8d7bc2ba1ab6fb9

import PackageDescription

Expand Down Expand Up @@ -186,5 +186,5 @@ let package = Package(
),
.testTarget(name: "CryptoBoringWrapperTests", dependencies: ["CryptoBoringWrapper"]),
],
cxxLanguageStandard: .cxx11
cxxLanguageStandard: .cxx14
)
Loading

0 comments on commit bd94260

Please sign in to comment.