Update print macro properly this time...
This commit is contained in:
parent
9e201014f8
commit
2a45408c4a
1 changed files with 1 additions and 1 deletions
|
@ -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, \
|
||||
|
|
Loading…
Reference in a new issue