Update print macro properly this time...
This commit is contained in:
parent
9e201014f8
commit
2a45408c4a
@ -846,7 +846,7 @@ typedef struct ASN1_PRINT_ARG_st {
|
|||||||
IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, stname, stname)
|
IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, stname, stname)
|
||||||
|
|
||||||
#define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \
|
#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) \
|
const ASN1_PCTX *pctx) \
|
||||||
{ \
|
{ \
|
||||||
return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
|
return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user