Commit 0c072a0b authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Update asn1t.h too for ASN1 print.

parent c11c64fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */