Avoid warnings: add missing prototype, don't shadow.

This commit is contained in:
Dr. Stephen Henson
2003-10-10 23:07:24 +00:00
parent 83eb412da8
commit a08ced78c8
3 changed files with 5 additions and 4 deletions

View File

@@ -2083,7 +2083,7 @@ int MAIN(int argc, char **argv)
* otherwise, use result (see section 4.8 of draft-ietf-tls-ecc-03.txt).
*/
int field_size, outlen;
void *(*kdf)(void *in, size_t inlen, void *out, size_t outlen);
void *(*kdf)(void *in, size_t inlen, void *out, size_t xoutlen);
field_size = EC_GROUP_get_degree(ecdh_a[j]->group);
if (field_size <= 24 * 8)
{