diff options
| author | jsing <> | 2026-01-17 13:55:31 +0000 |
|---|---|---|
| committer | jsing <> | 2026-01-17 13:55:31 +0000 |
| commit | 1dd1aaafcbe820792a0f2e002a85a22055696509 (patch) | |
| tree | f5c251cb6595b3f3a29e71fec431079efeabfa4b /src/lib/libcrypto/arch/amd64 | |
| parent | 650cf9e91c9b18210aaa53983bfb7725a344b7bb (diff) | |
| download | openbsd-1dd1aaafcbe820792a0f2e002a85a22055696509.tar.gz openbsd-1dd1aaafcbe820792a0f2e002a85a22055696509.tar.bz2 openbsd-1dd1aaafcbe820792a0f2e002a85a22055696509.zip | |
Mop up unused AES_ASM and RSA_ASM defines.
These have not been used for quite some time.
Diffstat (limited to 'src/lib/libcrypto/arch/amd64')
| -rw-r--r-- | src/lib/libcrypto/arch/amd64/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc index de9666afdb..27c61edf58 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.42 2025/08/14 15:12:53 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.43 2026/01/17 13:55:30 jsing Exp $ |
| 2 | 2 | ||
| 3 | # amd64-specific libcrypto build rules | 3 | # amd64-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -8,13 +8,11 @@ EXTRA_PL = ${LCRYPTO_SRC}/perlasm/x86_64-xlate.pl | |||
| 8 | SRCS += crypto_cpu_caps.c | 8 | SRCS += crypto_cpu_caps.c |
| 9 | 9 | ||
| 10 | # aes | 10 | # aes |
| 11 | CFLAGS+= -DAES_ASM | ||
| 12 | SSLASM+= aes aes-x86_64 | 11 | SSLASM+= aes aes-x86_64 |
| 13 | SSLASM+= aes aesni-x86_64 | 12 | SSLASM+= aes aesni-x86_64 |
| 14 | SRCS += aes_amd64.c | 13 | SRCS += aes_amd64.c |
| 15 | 14 | ||
| 16 | # bn | 15 | # bn |
| 17 | CFLAGS+= -DRSA_ASM | ||
| 18 | SSLASM+= bn modexp512-x86_64 | 16 | SSLASM+= bn modexp512-x86_64 |
| 19 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 17 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |
| 20 | SSLASM+= bn x86_64-mont | 18 | SSLASM+= bn x86_64-mont |
