aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-09 11:58:28 +0000
committerBodo Möller <bodo@openssl.org>2002-08-09 11:58:28 +0000
commit41fdcfa71e39f8c1b8c6e27f1968e1847628c92c (patch)
treeb45bbcd566c78f775135526502667b3c1b061388 /crypto/ec
parent60cc56b1a937a794c5620eec45f4244461473075 (diff)
downloadopenssl-41fdcfa71e39f8c1b8c6e27f1968e1847628c92c.tar.gz
fix warnings
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/ectest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/ec/ectest.c b/crypto/ec/ectest.c
index 7f1af44a6e..adf7c94bdb 100644
--- a/crypto/ec/ectest.c
+++ b/crypto/ec/ectest.c
@@ -105,6 +105,9 @@ int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); retur
exit(1); \
} while (0)
+void prime_field_tests(void);
+void char2_field_tests(void);
+
#if 0
static void timings(EC_GROUP *group, int multi, BN_CTX *ctx)
{