Skip to content

Commit a37e55c

Browse files
committed
Fix mac/x86_64
1 parent 3123dd4 commit a37e55c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// Tue Sep 30 15:55:28 UTC 2025
44

55
pub(super) const CRYPTO_LIBRARY: &'static [&'static str] = &[
6-
"crypto/fipsmodule/ml_kem/mlkem/native/x86_64/src/compress_avx2.c",
7-
"crypto/fipsmodule/ml_kem/mlkem/native/x86_64/src/consts.c",
86
"crypto/fipsmodule/ml_kem/mlkem/native/x86_64/src/intt.S",
97
"crypto/fipsmodule/ml_kem/mlkem/native/x86_64/src/mulcache_compute.S",
108
"crypto/fipsmodule/ml_kem/mlkem/native/x86_64/src/ntt.S",
@@ -16,7 +14,6 @@ pub(super) const CRYPTO_LIBRARY: &'static [&'static str] = &[
1614
"crypto/fipsmodule/ml_kem/mlkem/native/x86_64/src/polyvec_basemul_acc_montgomery_cached_asm_k4.S",
1715
"crypto/fipsmodule/ml_kem/mlkem/native/x86_64/src/reduce.S",
1816
"crypto/fipsmodule/ml_kem/mlkem/native/x86_64/src/rej_uniform_asm.S",
19-
"crypto/fipsmodule/ml_kem/mlkem/native/x86_64/src/rej_uniform_table.c",
2017
"crypto/fipsmodule/ml_kem/mlkem/native/x86_64/src/tomont.S",
2118
"generated-src/mac-x86_64/crypto/chacha/chacha-x86_64.S",
2219
"generated-src/mac-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S",

0 commit comments

Comments
 (0)