Update ASN1 print implement macro.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 3 Sep 2005 00:48:13 +0000 (00:48 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 3 Sep 2005 00:48:13 +0000 (00:48 +0000)
crypto/asn1/asn1t.h

index 65bacecdb9f5d408f0692722b2ccc08ae10cc0c9..9c47b12d8af0701d1d400dcd5878c6bf73dc0ad1 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) \
-       int fname##_print(BIO *out, stname *x, int indent, \
+       int fname##_print_ex(BIO *out, stname *x, int indent, \
                                                const ASN1_PCTX *pctx) \
        { \
                return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \