diff options
author | jsing <> | 2025-06-09 13:51:48 +0000 |
---|---|---|
committer | jsing <> | 2025-06-09 13:51:48 +0000 |
commit | f4f67d91a2626a9841c8c14eae5439733dee118e (patch) | |
tree | a16e8d7880b6fa4dfc8e94a689830acd8c70ae11 /src | |
parent | 32b60effa89c7fa97c04b7e9e8e6b1304d3a4ad3 (diff) | |
download | openbsd-f4f67d91a2626a9841c8c14eae5439733dee118e.tar.gz openbsd-f4f67d91a2626a9841c8c14eae5439733dee118e.tar.bz2 openbsd-f4f67d91a2626a9841c8c14eae5439733dee118e.zip |
Stop defining OPENSSL_IA32_SSE2 on amd64.
This no longer does anything on this architecture.
ok bcook@ beck@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/arch/amd64/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc index b03aad782f..b923653532 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.38 2025/04/18 13:19:39 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.39 2025/06/09 13:51:48 jsing Exp $ |
2 | 2 | ||
3 | # amd64-specific libcrypto build rules | 3 | # amd64-specific libcrypto build rules |
4 | 4 | ||
@@ -12,7 +12,6 @@ CFLAGS+= -DAES_ASM | |||
12 | SSLASM+= aes aes-x86_64 | 12 | SSLASM+= aes aes-x86_64 |
13 | SSLASM+= aes aesni-x86_64 | 13 | SSLASM+= aes aesni-x86_64 |
14 | # bn | 14 | # bn |
15 | CFLAGS+= -DOPENSSL_IA32_SSE2 | ||
16 | CFLAGS+= -DRSA_ASM | 15 | CFLAGS+= -DRSA_ASM |
17 | SSLASM+= bn modexp512-x86_64 | 16 | SSLASM+= bn modexp512-x86_64 |
18 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 17 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |