summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/arch/mips64/bn_arch.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/bn/arch/mips64/bn_arch.h3
1 files changed, 2 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 e22d882970..f53c75472c 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.4 2023/01/23 10:31:03 jsing Exp $ */ 1/* $OpenBSD: bn_arch.h,v 1.5 2023/01/23 12:02:48 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2023 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -22,6 +22,7 @@
22 22
23#define HAVE_BN_ADD_WORDS 23#define HAVE_BN_ADD_WORDS
24 24
25#define HAVE_BN_DIV_WORDS
25#define HAVE_BN_DIV_3_WORDS 26#define HAVE_BN_DIV_3_WORDS
26 27
27#define HAVE_BN_MUL_COMBA4 28#define HAVE_BN_MUL_COMBA4