Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Update aws-lc-fips-sys/aws-lc to AWS-LC-FIPS-2.0.2
* Update Cargo.toml
* Regenerated [email protected] for [email protected]
  • Loading branch information
skmcgrail authored Nov 13, 2023
1 parent d78fd62 commit ec283ea
Show file tree
Hide file tree
Showing 10 changed files with 10,662 additions and 10,662 deletions.
2 changes: 1 addition & 1 deletion aws-lc-fips-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[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.0"
version = "0.11.1"
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_0
#define BORINGSSL_PREFIX aws_lc_fips_0_11_1
#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_0
#define BORINGSSL_PREFIX aws_lc_fips_0_11_1
#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_0
%define BORINGSSL_PREFIX aws_lc_fips_0_11_1
%endif

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

0 comments on commit ec283ea

Please sign in to comment.