summaryrefslogtreecommitdiff
path: root/include/crypto/cmll_platform.h
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-07-07 17:47:06 +0200
committerTomas Mraz <tomas@openssl.org>2021-07-15 09:33:04 +0200
commit52f7e44ec88a4d803dc9783cd7c71f87014ae3ee (patch)
treeb49310dc3808ba0e9130e6c148ae85d3479a9856 /include/crypto/cmll_platform.h
parent8e94c51b3279f7faae9161df5112414f915cd9f3 (diff)
downloadopenssl-new-52f7e44ec88a4d803dc9783cd7c71f87014ae3ee.tar.gz
Split bignum code out of the sparcv9cap.c
Fixes #15978 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16019)
Diffstat (limited to 'include/crypto/cmll_platform.h')
-rw-r--r--include/crypto/cmll_platform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/crypto/cmll_platform.h b/include/crypto/cmll_platform.h
index fe2f789173..8cadadf68a 100644
--- a/include/crypto/cmll_platform.h
+++ b/include/crypto/cmll_platform.h
@@ -14,8 +14,7 @@
# if defined(CMLL_ASM) && (defined(__sparc) || defined(__sparc__))
/* Fujitsu SPARC64 X support */
-extern unsigned int OPENSSL_sparcv9cap_P[];
-# include "sparc_arch.h"
+# include "crypto/sparc_arch.h"
# ifndef OPENSSL_NO_CAMELLIA
# define SPARC_CMLL_CAPABLE (OPENSSL_sparcv9cap_P[1] & CFR_CAMELLIA)