From: jsing Date: Mon, 23 Jan 2023 10:34:21 +0000 (+0000) Subject: Include bn_arch.h now that we're using defines from it. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=662e2c1a4cc9f2ff4eb94e848c950b348f2ac193;p=openbsd Include bn_arch.h now that we're using defines from it. --- 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