diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/arch/amd64/Makefile.inc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc index 649c507189..de9666afdb 100644 --- a/src/lib/libcrypto/arch/amd64/Makefile.inc +++ b/src/lib/libcrypto/arch/amd64/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.41 2025/06/28 12:39:10 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.42 2025/08/14 15:12:53 jsing Exp $ |
2 | 2 | ||
3 | # amd64-specific libcrypto build rules | 3 | # amd64-specific libcrypto build rules |
4 | 4 | ||
@@ -26,11 +26,21 @@ SRCS += bn_arch.c | |||
26 | SRCS += bignum_add.S | 26 | SRCS += bignum_add.S |
27 | SRCS += bignum_cmadd.S | 27 | SRCS += bignum_cmadd.S |
28 | SRCS += bignum_cmul.S | 28 | SRCS += bignum_cmul.S |
29 | SRCS += bignum_modadd.S | ||
30 | SRCS += bignum_modsub.S | ||
29 | SRCS += bignum_mul.S | 31 | SRCS += bignum_mul.S |
32 | SRCS += bignum_mul_4_8.S | ||
30 | SRCS += bignum_mul_4_8_alt.S | 33 | SRCS += bignum_mul_4_8_alt.S |
34 | SRCS += bignum_mul_6_12.S | ||
35 | SRCS += bignum_mul_6_12_alt.S | ||
36 | SRCS += bignum_mul_8_16.S | ||
31 | SRCS += bignum_mul_8_16_alt.S | 37 | SRCS += bignum_mul_8_16_alt.S |
32 | SRCS += bignum_sqr.S | 38 | SRCS += bignum_sqr.S |
39 | SRCS += bignum_sqr_4_8.S | ||
33 | SRCS += bignum_sqr_4_8_alt.S | 40 | SRCS += bignum_sqr_4_8_alt.S |
41 | SRCS += bignum_sqr_6_12.S | ||
42 | SRCS += bignum_sqr_6_12_alt.S | ||
43 | SRCS += bignum_sqr_8_16.S | ||
34 | SRCS += bignum_sqr_8_16_alt.S | 44 | SRCS += bignum_sqr_8_16_alt.S |
35 | SRCS += bignum_sub.S | 45 | SRCS += bignum_sub.S |
36 | SRCS += word_clz.S | 46 | SRCS += word_clz.S |