summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/arch
diff options
context:
space:
mode:
authorjsing <>2023-01-20 10:07:52 +0000
committerjsing <>2023-01-20 10:07:52 +0000
commitf0cba741581d1b230d658b4fcc93b802ac49a5f1 (patch)
tree2cc9ef09c2c6bdf815781f7a57aab455a209419b /src/lib/libcrypto/bn/arch
parent481d4dbec5e67fc8e767c554b19a84590c6c755f (diff)
downloadopenbsd-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/bn/arch')
-rw-r--r--src/lib/libcrypto/bn/arch/mips64/bn_arch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/arch/mips64/bn_arch.h b/src/lib/libcrypto/bn/arch/mips64/bn_arch.h
index 4d6571f9cb..6c6212c4a6 100644
--- a/src/lib/libcrypto/bn/arch/mips64/bn_arch.h
+++ b/src/lib/libcrypto/bn/arch/mips64/bn_arch.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_arch.h,v 1.1 2023/01/20 10:04:34 jsing Exp $ */ 1/* $OpenBSD: bn_arch.h,v 1.2 2023/01/20 10:07:52 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2023 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -20,5 +20,7 @@
20 20
21#ifndef OPENSSL_NO_ASM 21#ifndef OPENSSL_NO_ASM
22 22
23#define HAVE_BN_DIV_3_WORDS
24
23#endif 25#endif
24#endif 26#endif