From 662e2c1a4cc9f2ff4eb94e848c950b348f2ac193 Mon Sep 17 00:00:00 2001 From: jsing Date: Mon, 23 Jan 2023 10:34:21 +0000 Subject: [PATCH] Include bn_arch.h now that we're using defines from it. --- lib/libcrypto/bn/bn_add.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libcrypto/bn/bn_add.c b/lib/libcrypto/bn/bn_add.c index b3fed564e90..c5bc024f3f3 100644 --- a/lib/libcrypto/bn/bn_add.c +++ b/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 +#include "bn_arch.h" #include "bn_local.h" #ifndef HAVE_BN_ADD_WORDS -- 2.20.1