Fix some warnings. Contributed by Anonymous.

This commit is contained in:
Ben Laurie
1999-04-16 18:13:27 +00:00
parent ddb25f88c2
commit c5db363e1b
6 changed files with 10 additions and 5 deletions

View File

@@ -192,7 +192,7 @@ int i;
}
}
int rc2_get_asn1_type_and_iv(c,type)
static int rc2_get_asn1_type_and_iv(c,type)
EVP_CIPHER_CTX *c;
ASN1_TYPE *type;
{