summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh
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/ecdh
parent60cc56b1a937a794c5620eec45f4244461473075 (diff)
fix warnings
Diffstat (limited to 'crypto/ecdh')
-rw-r--r--crypto/ecdh/ecdhtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ecdh/ecdhtest.c b/crypto/ecdh/ecdhtest.c
index 65d0d14c35..a9ee28caf9 100644
--- a/crypto/ecdh/ecdhtest.c
+++ b/crypto/ecdh/ecdhtest.c
@@ -117,6 +117,7 @@ static void MS_CALLBACK cb(int p, int n, void *arg);
static const char rnd_seed[] = "string to make the random number generator think it has entropy";
+int test_ecdh_curve(int , char *, BN_CTX *, BIO *);
int test_ecdh_curve(int nid, char *text, BN_CTX *ctx, BIO *out)
{