summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_new.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_new.c
parentf701551f360bde6b42cc4a8a963db016a5fc9b98 (diff)
Shut up compiler warnings for inconsistent declarations.
Diffstat (limited to 'crypto/asn1/tasn_new.c')
-rw-r--r--crypto/asn1/tasn_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/tasn_new.c b/crypto/asn1/tasn_new.c
index e93db4f0c1..e33861f864 100644
--- a/crypto/asn1/tasn_new.c
+++ b/crypto/asn1/tasn_new.c
@@ -276,7 +276,7 @@ int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
return ret;
}
-void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
+static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
{
/* If ADB or STACK just NULL the field */
if(tt->flags & (ASN1_TFLG_ADB_MASK|ASN1_TFLG_SK_MASK))