Skip to content

Commit

Permalink
Merge branch 'main' into ci-minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail authored Nov 21, 2023
2 parents 8017edd + a26674a commit 20ce11d
Show file tree
Hide file tree
Showing 21 changed files with 32,196 additions and 32,196 deletions.
4 changes: 2 additions & 2 deletions aws-lc-fips-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "aws-lc-fips-sys"
description = "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. This is the FIPS validated version of AWS-LC."
version = "0.11.1"
links = "aws_lc_fips_0_11_1"
version = "0.11.2"
links = "aws_lc_fips_0_11_2"
authors = ["AWS-LC"]
edition = "2021"
repository = "https://github.com/aws/aws-lc-rs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

#ifndef BORINGSSL_PREFIX
#define BORINGSSL_PREFIX aws_lc_fips_0_11_1
#define BORINGSSL_PREFIX aws_lc_fips_0_11_2
#endif

// BORINGSSL_ADD_PREFIX pastes two identifiers into one. It performs one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

#ifndef BORINGSSL_PREFIX
#define BORINGSSL_PREFIX aws_lc_fips_0_11_1
#define BORINGSSL_PREFIX aws_lc_fips_0_11_2
#endif

#if !defined(__APPLE__)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
; CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

%ifndef BORINGSSL_PREFIX
%define BORINGSSL_PREFIX aws_lc_fips_0_11_1
%define BORINGSSL_PREFIX aws_lc_fips_0_11_2
%endif

; 32-bit Windows adds underscores to C functions, while 64-bit Windows does not.
Expand Down
Loading

0 comments on commit 20ce11d

Please sign in to comment.