]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/a_meth.c
Change functions to ANSI C.
[thirdparty/openssl.git] / crypto / asn1 / a_meth.c
index 513625c3054cc39db3eb88b81bfc09ba2250355f..961085578e9df29dc18fea5b23da4967e3a4db9f 100644 (file)
@@ -73,12 +73,12 @@ static  ASN1_METHOD bit_string_meth={
        (char *(*)())   ASN1_STRING_new,
        (void (*)())    ASN1_STRING_free};
 
-ASN1_METHOD *ASN1_IA5STRING_asn1_meth()
+ASN1_METHOD *ASN1_IA5STRING_asn1_meth(void)
        {
        return(&ia5string_meth);
        }
 
-ASN1_METHOD *ASN1_BIT_STRING_asn1_meth()
+ASN1_METHOD *ASN1_BIT_STRING_asn1_meth(void)
        {
        return(&bit_string_meth);
        }