aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_dec.c
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-01-29 17:14:50 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-01-29 17:14:50 +0000
commit866eedb93652b809adc3c81cefaebb63c5ad9044 (patch)
tree6ee1c83df2c7d78f1a293ad2d40a895e7975bd8f /crypto/asn1/tasn_dec.c
parentf701551f360bde6b42cc4a8a963db016a5fc9b98 (diff)
downloadopenssl-866eedb93652b809adc3c81cefaebb63c5ad9044.tar.gz
Shut up compiler warnings for inconsistent declarations.
Diffstat (limited to 'crypto/asn1/tasn_dec.c')
-rw-r--r--crypto/asn1/tasn_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c
index f3b7c41db9..0fc1f421e2 100644
--- a/crypto/asn1/tasn_dec.c
+++ b/crypto/asn1/tasn_dec.c
@@ -415,7 +415,7 @@ int ASN1_item_ex_d2i(ASN1_VALUE **pval, unsigned char **in, long len, const ASN1
* rest.
*/
-int asn1_template_ex_d2i(ASN1_VALUE **val, unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx)
+static int asn1_template_ex_d2i(ASN1_VALUE **val, unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx)
{
int flags, aclass;
int ret;