fix warnings

This commit is contained in:
Bodo Möller
2002-08-09 11:58:28 +00:00
parent 60cc56b1a9
commit 41fdcfa71e
5 changed files with 22 additions and 6 deletions

View File

@@ -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)
{