From 2a45408c4a8bb8e6cc3ac0cb9ed7e494ac2dc8a9 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 3 Sep 2005 00:49:26 +0000 Subject: [PATCH] Update print macro properly this time... --- crypto/asn1/asn1t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/asn1/asn1t.h b/crypto/asn1/asn1t.h index 9c47b12d8a..3ad3906d8e 100644 --- a/crypto/asn1/asn1t.h +++ b/crypto/asn1/asn1t.h @@ -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_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, \ -- 2.34.1