Skip to content

Commit be28b72

Browse files
justsmthaws-lc-fips-sys-bindings-generator
andauthored
Bump aws-lc-fips-sys to v0.13.10 (#948)
* Bump aws-lc-fips-sys to v0.13.10 * Symbols from ubuntu-latest * Symbols from macos-15-intel * Symbols for x86_64-unknown-linux-musl * Symbols for aarch64-unknown-linux-musl * Symbols from macos-latest * Symbols for aarch64-unknown-linux-gnu * Generated headers * Generated bindings from ubuntu-latest * Generated bindings from macos-latest * Generated bindings for aarch64-unknown-linux-gnu * Generated bindings for aarch64-unknown-linux-musl * Generated bindings from macos-15-intel * Generated bindings for x86_64-unknown-linux-musl --------- Co-authored-by: aws-lc-fips-sys-bindings-generator <[email protected]>
1 parent ce17e88 commit be28b72

12 files changed

+18542
-18542
lines changed

aws-lc-fips-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.9"
5-
links = "aws_lc_fips_0_13_9"
4+
version = "0.13.10"
5+
links = "aws_lc_fips_0_13_10"
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

Lines changed: 1 addition & 1 deletion
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_9
20+
#define BORINGSSL_PREFIX aws_lc_fips_0_13_10
2121
#endif // BORINGSSL_PREFIX
2222

2323

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

Lines changed: 1 addition & 1 deletion
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_9
23+
#define BORINGSSL_PREFIX aws_lc_fips_0_13_10
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

Lines changed: 1 addition & 1 deletion
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_9
20+
%define BORINGSSL_PREFIX aws_lc_fips_0_13_10
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)