Update print macro properly this time...
authorDr. Stephen Henson <steve@openssl.org>
Sat, 3 Sep 2005 00:49:26 +0000 (00:49 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 3 Sep 2005 00:49:26 +0000 (00:49 +0000)
crypto/asn1/asn1t.h

index 9c47b12d8af0701d1d400dcd5878c6bf73dc0ad1..3ad3906d8e750996afd17f231139744921c0b927 100644 (file)
@@ -846,7 +846,7 @@ typedef struct ASN1_PRINT_ARG_st {
        IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, stname, stname)
 
 #define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \
        IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, stname, stname)
 
 #define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \
-       int fname##_print_ex(BIO *out, stname *x, int indent, \
+       int fname##_print_ctx(BIO *out, stname *x, int indent, \
                                                const ASN1_PCTX *pctx) \
        { \
                return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
                                                const ASN1_PCTX *pctx) \
        { \
                return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \