Skip to content

Commit

Permalink
Collected source files for aarch64-unknown-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-lc-sys-bindings-generator committed May 2, 2024
1 parent b4bf14a commit a758fa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aws-lc-sys/builder/cc_builder/aarch64_unknown_linux_musl.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Tue Apr 23 13:34:14 UTC 2024
// Thu May 2 21:06:33 UTC 2024

use crate::cc_builder::Library;

Expand Down Expand Up @@ -85,6 +85,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/decrepit/cfb/cfb.c",
"crypto/decrepit/dh/dh_decrepit.c",
"crypto/decrepit/evp/evp_do_all.c",
"crypto/decrepit/obj/obj_decrepit.c",
"crypto/decrepit/ripemd/ripemd.c",
"crypto/decrepit/rsa/rsa_decrepit.c",
"crypto/decrepit/x509/x509_decrepit.c",
Expand Down Expand Up @@ -131,6 +132,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/kyber/pqcrystals_kyber_ref_common/fips202.c",
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_kem/ml_kem.c",
"crypto/ml_kem/ml_kem_512_ipd.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down

0 comments on commit a758fa4

Please sign in to comment.