summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448_tables.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-02-07 12:08:47 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:31 +0000
commit434149c7448729b5c20d61c359bd9dc367cf5604 (patch)
treea2ada77d39383f2dab00c68af51976bd1fd5f80c /crypto/ec/curve448/curve448_tables.c
parent2abe3cad23a12fb868ca469b8ce9a9f335c11e9d (diff)
Fix a travis failure in the curve448 code
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448/curve448_tables.c')
-rw-r--r--crypto/ec/curve448/curve448_tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ec/curve448/curve448_tables.c b/crypto/ec/curve448/curve448_tables.c
index bc47ea9edd..a1185b1eee 100644
--- a/crypto/ec/curve448/curve448_tables.c
+++ b/crypto/ec/curve448/curve448_tables.c
@@ -13,7 +13,7 @@
#include "point_448.h"
-const curve448_precomputed_s curve448_precomputed_base_table = {
+static const curve448_precomputed_s curve448_precomputed_base_table = {
{
{{
{FIELD_LITERAL(0x00cc3b062366f4cc,0x003d6e34e314aa3c,0x00d51c0a7521774d,0x0094e060eec6ab8b,0x00d21291b4d80082,0x00befed12b55ef1e,0x00c3dd2df5c94518,0x00e0a7b112b8d4e6)},
@@ -341,7 +341,7 @@ const curve448_precomputed_s curve448_precomputed_base_table = {
const struct curve448_precomputed_s *curve448_precomputed_base
= &curve448_precomputed_base_table;
-const niels_t curve448_wnaf_base_table[32] = {
+static const niels_t curve448_wnaf_base_table[32] = {
{{
{FIELD_LITERAL(0x00303cda6feea532,0x00860f1d5a3850e4,0x00226b9fa4728ccd,0x00e822938a0a0c0c,0x00263a61c9ea9216,0x001204029321b828,0x006a468360983c65,0x0002846f0a782143)},
{FIELD_LITERAL(0x00303cda6feea532,0x00860f1d5a3850e4,0x00226b9fa4728ccd,0x006822938a0a0c0c,0x00263a61c9ea9215,0x001204029321b828,0x006a468360983c65,0x0082846f0a782143)},