Update asn1t.h too for ASN1 print.

This commit is contained in:
Dr. Stephen Henson 2005-09-03 00:44:08 +00:00
parent c11c64fbe0
commit 0c072a0b46

View File

@ -711,7 +711,7 @@ typedef struct ASN1_AUX_st {
typedef struct ASN1_PRINT_ARG_st {
BIO *out;
int indent;
ASN1_PCTX *pctx;
const ASN1_PCTX *pctx;
} ASN1_PRINT_ARG;
/* Flags in ASN1_AUX */