Skip to content

Commit

Permalink
Update aws-lc-sys to 0.13.3 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth authored Mar 4, 2024
1 parent c282d1a commit d5e19fa
Show file tree
Hide file tree
Showing 12 changed files with 21,753 additions and 21,753 deletions.
4 changes: 2 additions & 2 deletions aws-lc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "aws-lc-sys"
description = "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project."
version = "0.13.2"
links = "aws_lc_0_13_2"
version = "0.13.3"
links = "aws_lc_0_13_3"
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_0_13_2
#define BORINGSSL_PREFIX aws_lc_0_13_3
#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_0_13_2
#define BORINGSSL_PREFIX aws_lc_0_13_3
#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_0_13_2
%define BORINGSSL_PREFIX aws_lc_0_13_3
%endif ; BORINGSSL_PREFIX

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

0 comments on commit d5e19fa

Please sign in to comment.