summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 15:33:22 +1000
committerPauli <pauli@openssl.org>2021-06-01 15:04:05 +1000
commit64fac96de81d3dc19cc0c9045c341f0dec818075 (patch)
tree831380db79d2bcc36b0d9f9683ed59b3d0ad2d9d /crypto
parenta7981653ea61b587bbb963985e30394177945e8e (diff)
sparc: fix cross compile build
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15535)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/sparcv9cap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/sparcv9cap.c b/crypto/sparcv9cap.c
index 4c39362e40..44e74b309b 100644
--- a/crypto/sparcv9cap.c
+++ b/crypto/sparcv9cap.c
@@ -16,6 +16,7 @@
#include <unistd.h>
#include <openssl/bn.h>
#include "internal/cryptlib.h"
+#include "bn/bn_local.h" /* for definition of bn_mul_mont */
#include "sparc_arch.h"