Make OPENSSL_NO_COMP compile again.
[oweals/openssl.git] / crypto / asn1 / asn1.h
index c8fb6fa01ce41c9ada7209c0e26a8e6bce340043..87b022be530b80976906467cc8d75f060c4484aa 100644 (file)
@@ -321,7 +321,7 @@ typedef struct ASN1_VALUE_st ASN1_VALUE;
        DECLARE_ASN1_PRINT_FUNCTION_fname(stname, stname)
 
 #define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \
-       int fname##_print(BIO *out, stname *x, int indent, \
+       int fname##_print_ctx(BIO *out, stname *x, int indent, \
                                         const ASN1_PCTX *pctx);
 
 #define D2I_OF(type) type *(*)(type **,const unsigned char **,long)