From 631518c7132431ce11fa00d910a76a3914686d30 Mon Sep 17 00:00:00 2001
From: jsing <>
Date: Mon, 23 Jan 2023 10:34:21 +0000
Subject: Include bn_arch.h now that we're using defines from it.

---
 src/lib/libcrypto/bn/bn_add.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src/lib')

diff --git a/src/lib/libcrypto/bn/bn_add.c b/src/lib/libcrypto/bn/bn_add.c
index b3fed564e9..c5bc024f3f 100644
--- a/src/lib/libcrypto/bn/bn_add.c
+++ b/src/lib/libcrypto/bn/bn_add.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bn_add.c,v 1.18 2023/01/23 10:31:03 jsing Exp $ */
+/* $OpenBSD: bn_add.c,v 1.19 2023/01/23 10:34:21 jsing Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -61,6 +61,7 @@
 
 #include <openssl/err.h>
 
+#include "bn_arch.h"
 #include "bn_local.h"
 
 #ifndef HAVE_BN_ADD_WORDS
-- 
cgit v1.2.3-55-g6feb