Update print macro properly this time...

This commit is contained in:
Dr. Stephen Henson 2005-09-03 00:49:26 +00:00
parent 9e201014f8
commit 2a45408c4a

View 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_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, \