From 0c072a0b46648466670c0b70c5998ffbf7a84725 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 3 Sep 2005 00:44:08 +0000 Subject: [PATCH] Update asn1t.h too for ASN1 print. --- crypto/asn1/asn1t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/asn1/asn1t.h b/crypto/asn1/asn1t.h index e0b9033521..65bacecdb9 100644 --- a/crypto/asn1/asn1t.h +++ b/crypto/asn1/asn1t.h @@ -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 */ -- GitLab