From: Dr. Stephen Henson Date: Sat, 3 Sep 2005 00:44:08 +0000 (+0000) Subject: Update asn1t.h too for ASN1 print. X-Git-Tag: OpenSSL_0_9_8k^2~1823 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c072a0b46648466670c0b70c5998ffbf7a84725;p=oweals%2Fopenssl.git Update asn1t.h too for ASN1 print. --- 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 */