aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-04-16 18:13:27 +0000
committerBen Laurie <ben@openssl.org>1999-04-16 18:13:27 +0000
commitc5db363e1b75f8452e4c888402a8ecb291b13838 (patch)
treeb7c2b8078f77d9cfadc7d1343eea2bc08a8acdea /crypto/evp
parentddb25f88c22aba88da94602c383180042e29a81c (diff)
downloadopenssl-c5db363e1b75f8452e4c888402a8ecb291b13838.tar.gz
Fix some warnings. Contributed by Anonymous.
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/e_cbc_r2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_cbc_r2.c b/crypto/evp/e_cbc_r2.c
index 9175e53550..b15310ab48 100644
--- a/crypto/evp/e_cbc_r2.c
+++ b/crypto/evp/e_cbc_r2.c
@@ -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;
{