Skip to content

Commit f7d299c

Browse files
justsmthaws-lc-fips-sys-bindings-generator
and
aws-lc-fips-sys-bindings-generator
authored
Bump aws-lc-fips-sys to v0.13.4 (#731)
* Bump aws-lc-fips-sys to v0.13.4 * Symbols from macos-14-xlarge * Symbols from ubuntu-latest * Symbols from macos-13 * Symbols for aarch64-unknown-linux-musl * Symbols for aarch64-unknown-linux-gnu * Symbols for x86_64-unknown-linux-musl * Generated headers * Generated bindings from macos-14-xlarge * Generated bindings from ubuntu-latest * Generated bindings for aarch64-unknown-linux-musl * Generated bindings for aarch64-unknown-linux-gnu * Generated bindings from macos-13 * Generated bindings for x86_64-unknown-linux-musl --------- Co-authored-by: aws-lc-fips-sys-bindings-generator <[email protected]>
1 parent 2fd7016 commit f7d299c

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.3"
5-
links = "aws_lc_fips_0_13_3"
4+
version = "0.13.4"
5+
links = "aws_lc_fips_0_13_4"
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_3
20+
#define BORINGSSL_PREFIX aws_lc_fips_0_13_4
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_3
23+
#define BORINGSSL_PREFIX aws_lc_fips_0_13_4
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_3
20+
%define BORINGSSL_PREFIX aws_lc_fips_0_13_4
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)