diff options
| author | jsing <> | 2023-01-20 10:07:52 +0000 |
|---|---|---|
| committer | jsing <> | 2023-01-20 10:07:52 +0000 |
| commit | f0cba741581d1b230d658b4fcc93b802ac49a5f1 (patch) | |
| tree | 2cc9ef09c2c6bdf815781f7a57aab455a209419b /src/lib/libcrypto/arch/mips64 | |
| parent | 481d4dbec5e67fc8e767c554b19a84590c6c755f (diff) | |
| download | openbsd-f0cba741581d1b230d658b4fcc93b802ac49a5f1.tar.gz openbsd-f0cba741581d1b230d658b4fcc93b802ac49a5f1.tar.bz2 openbsd-f0cba741581d1b230d658b4fcc93b802ac49a5f1.zip | |
Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).
ok tb@
Diffstat (limited to 'src/lib/libcrypto/arch/mips64')
| -rw-r--r-- | src/lib/libcrypto/arch/mips64/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/mips64/Makefile.inc b/src/lib/libcrypto/arch/mips64/Makefile.inc index 3bdcfe0340..2d547f4a5c 100644 --- a/src/lib/libcrypto/arch/mips64/Makefile.inc +++ b/src/lib/libcrypto/arch/mips64/Makefile.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.6 2021/05/01 16:11:09 visa Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.7 2023/01/20 10:07:52 jsing Exp $ |
| 2 | 2 | ||
| 3 | # mips64-specific libcrypto build rules | 3 | # mips64-specific libcrypto build rules |
| 4 | 4 | ||
| @@ -10,7 +10,6 @@ SSLASM+= aes aes-mips aes-mips | |||
| 10 | SRCS+= bf_enc.c | 10 | SRCS+= bf_enc.c |
| 11 | # bn | 11 | # bn |
| 12 | SSLASM+= bn mips bn-mips | 12 | SSLASM+= bn mips bn-mips |
| 13 | CFLAGS+= -DBN_DIV3W | ||
| 14 | SSLASM+= bn mips-mont mips-mont | 13 | SSLASM+= bn mips-mont mips-mont |
| 15 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 14 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |
| 16 | # camellia | 15 | # camellia |
