Skip to content

Commit 206f865

Browse files
justsmthaws-lc-fips-sys-bindings-generator
and
aws-lc-fips-sys-bindings-generator
authored
Prepare aws-lc-fips-sys v0.13.3 (#684)
* Prepare release aws-lc-fips-sys 0.13.3 * Symbols from macos-14-xlarge * Symbols from ubuntu-latest * Symbols from macos-13 * Symbols for x86_64-unknown-linux-musl * Symbols for aarch64-unknown-linux-musl * Symbols for aarch64-unknown-linux-gnu * Generated headers * Generated bindings from ubuntu-latest * Generated bindings from macos-14-xlarge * Generated bindings for x86_64-unknown-linux-musl * Generated bindings for aarch64-unknown-linux-musl * Generated bindings from macos-13 * Generated bindings for aarch64-unknown-linux-gnu * Satisfy clippy --------- Co-authored-by: aws-lc-fips-sys-bindings-generator <[email protected]>
1 parent 4220081 commit 206f865

10 files changed

+15599
-15599
lines changed

aws-lc-fips-sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "aws-lc-fips-sys"
33
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."
4-
version = "0.13.2"
5-
links = "aws_lc_fips_0_13_2"
4+
version = "0.13.3"
5+
links = "aws_lc_fips_0_13_3"
66
authors = ["AWS-LC"]
77
edition = "2021"
88
repository = "https://github.com/aws/aws-lc-rs"

aws-lc-fips-sys/generated-include/openssl/boringssl_prefix_symbols.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define BORINGSSL_PREFIX_SYMBOLS_H
1818

1919
#ifndef BORINGSSL_PREFIX
20-
#define BORINGSSL_PREFIX aws_lc_fips_0_13_2
20+
#define BORINGSSL_PREFIX aws_lc_fips_0_13_3
2121
#endif // BORINGSSL_PREFIX
2222

2323

aws-lc-fips-sys/generated-include/openssl/boringssl_prefix_symbols_asm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define BORINGSSL_PREFIX_SYMBOLS_ASM_H
2121

2222
#ifndef BORINGSSL_PREFIX
23-
#define BORINGSSL_PREFIX aws_lc_fips_0_13_2
23+
#define BORINGSSL_PREFIX aws_lc_fips_0_13_3
2424
#endif // BORINGSSL_PREFIX
2525

2626
// On iOS and macOS, we need to treat assembly symbols differently from other

aws-lc-fips-sys/generated-include/openssl/boringssl_prefix_symbols_nasm.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%define BORINGSSL_PREFIX_SYMBOLS_NASM_INC
1818

1919
%ifndef BORINGSSL_PREFIX
20-
%define BORINGSSL_PREFIX aws_lc_fips_0_13_2
20+
%define BORINGSSL_PREFIX aws_lc_fips_0_13_3
2121
%endif ; BORINGSSL_PREFIX
2222

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

0 commit comments

Comments
 (0)