Skip to content

Commit 1c008fc

Browse files
author
aws-lc-sys-bindings-generator
committed
Collected source files for aarch64-unknown-linux-musl
1 parent 4d4f7ac commit 1c008fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

aws-lc-sys/builder/cc_builder/aarch64_unknown_linux_musl.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Fri Nov 22 14:24:06 UTC 2024
3+
// Wed Dec 11 13:51:11 UTC 2024
44

55
use crate::cc_builder::Library;
66

@@ -161,7 +161,6 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
161161
"crypto/rand_extra/entropy_passive.c",
162162
"crypto/rand_extra/forkunsafe.c",
163163
"crypto/rand_extra/fuchsia.c",
164-
"crypto/rand_extra/pq_custom_randombytes.c",
165164
"crypto/rand_extra/rand_extra.c",
166165
"crypto/rand_extra/trusty.c",
167166
"crypto/rand_extra/windows.c",
@@ -316,6 +315,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
316315
"third_party/s2n-bignum/arm/p384/bignum_nonzero_6.S",
317316
"third_party/s2n-bignum/arm/p384/bignum_sub_p384.S",
318317
"third_party/s2n-bignum/arm/p384/bignum_tomont_p384.S",
318+
"third_party/s2n-bignum/arm/p384/p384_montjdouble.S",
319+
"third_party/s2n-bignum/arm/p384/p384_montjdouble_alt.S",
319320
"third_party/s2n-bignum/arm/p521/bignum_add_p521.S",
320321
"third_party/s2n-bignum/arm/p521/bignum_fromlebytes_p521.S",
321322
"third_party/s2n-bignum/arm/p521/bignum_mul_p521.S",
@@ -325,5 +326,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
325326
"third_party/s2n-bignum/arm/p521/bignum_sqr_p521_alt.S",
326327
"third_party/s2n-bignum/arm/p521/bignum_sub_p521.S",
327328
"third_party/s2n-bignum/arm/p521/bignum_tolebytes_p521.S",
329+
"third_party/s2n-bignum/arm/p521/p521_jdouble.S",
330+
"third_party/s2n-bignum/arm/p521/p521_jdouble_alt.S",
328331
],
329332
};

0 commit comments

Comments
 (0)