Skip to content

Commit

Permalink
Merge branch 'main' into slh-dsa
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino authored Nov 27, 2024
2 parents da39d26 + bd94260 commit 571fd4b
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 571fd4b

Please sign in to comment.