summaryrefslogtreecommitdiffstats
path: root/test/bntest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bntest.c')
-rw-r--r--test/bntest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bntest.c b/test/bntest.c
index 4dae6601c2..ca0b8e3648 100644
--- a/test/bntest.c
+++ b/test/bntest.c
@@ -59,9 +59,10 @@ static BN_CTX *ctx;
/*
* Polynomial coefficients used in GFM tests.
*/
+#ifndef OPENSSL_NO_EC2M
static int p0[] = { 163, 7, 6, 3, 0, -1 };
static int p1[] = { 193, 15, 0, -1 };
-
+#endif
/*
* Look for |key| in the stanza and return it or NULL if not found.