summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448.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.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.c')
-rw-r--r--crypto/ec/curve448/curve448.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/ec/curve448/curve448.c b/crypto/ec/curve448/curve448.c
index dda3da4ffe..f34dfcce6c 100644
--- a/crypto/ec/curve448/curve448.c
+++ b/crypto/ec/curve448/curve448.c
@@ -36,8 +36,6 @@ static const curve448_scalar_t precomputed_scalarmul_adjustment = {
#define WBITS C448_WORD_BITS /* NB this may be different from ARCH_WORD_BITS */
-extern const struct curve448_precomputed_s *curve448_precomputed_base;
-
/* Inverse. */
static void gf_invert(gf y, const gf x, int assert_nonzero)
{
@@ -620,8 +618,6 @@ static void prepare_wnaf_table(pniels_t * output,
OPENSSL_cleanse(twop, sizeof(twop));
}
-extern const niels_t *curve448_wnaf_base;
-
void curve448_base_double_scalarmul_non_secret(curve448_point_t combo,
const curve448_scalar_t scalar1,
const curve448_point_t base2,