Skip to content

Commit

Permalink
Bump aws-lc-fips-sys to 0.12.15 (#612)
Browse files Browse the repository at this point in the history
* Prepare aws-lc-fips-sys v0.12.15

* Symbols from ubuntu-latest

* Symbols from macos-14-xlarge

* Symbols from macos-13

* Symbols for aarch64-unknown-linux-musl

* Symbols for x86_64-unknown-linux-musl

* Symbols for aarch64-unknown-linux-gnu

* Generated headers

* Generated bindings from ubuntu-latest

* Generated bindings from macos-14-xlarge

* Generated bindings from macos-13

* Generated bindings for x86_64-unknown-linux-musl

* Generated bindings for aarch64-unknown-linux-gnu

* Generated bindings for aarch64-unknown-linux-musl

---------

Co-authored-by: aws-lc-fips-sys-bindings-generator <[email protected]>
  • Loading branch information
justsmth and aws-lc-fips-sys-bindings-generator authored Nov 22, 2024
1 parent 7d59a12 commit 4a7a4e2
Show file tree
Hide file tree
Showing 10 changed files with 14,711 additions and 14,711 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.12.14"
links = "aws_lc_fips_0_12_14"
version = "0.12.15"
links = "aws_lc_fips_0_12_15"
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 @@ -17,7 +17,7 @@
#define BORINGSSL_PREFIX_SYMBOLS_H

#ifndef BORINGSSL_PREFIX
#define BORINGSSL_PREFIX aws_lc_fips_0_12_14
#define BORINGSSL_PREFIX aws_lc_fips_0_12_15
#endif // BORINGSSL_PREFIX


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define BORINGSSL_PREFIX_SYMBOLS_ASM_H

#ifndef BORINGSSL_PREFIX
#define BORINGSSL_PREFIX aws_lc_fips_0_12_14
#define BORINGSSL_PREFIX aws_lc_fips_0_12_15
#endif // BORINGSSL_PREFIX

// On iOS and macOS, we need to treat assembly symbols differently from other
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%define BORINGSSL_PREFIX_SYMBOLS_NASM_INC

%ifndef BORINGSSL_PREFIX
%define BORINGSSL_PREFIX aws_lc_fips_0_12_14
%define BORINGSSL_PREFIX aws_lc_fips_0_12_15
%endif ; BORINGSSL_PREFIX

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

0 comments on commit 4a7a4e2

Please sign in to comment.