Update asn1t.h too for ASN1 print.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 3 Sep 2005 00:44:08 +0000 (00:44 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 3 Sep 2005 00:44:08 +0000 (00:44 +0000)
crypto/asn1/asn1t.h

index e0b903352125cb8ced8956997dacdb92cc7d2303..65bacecdb9f5d408f0692722b2ccc08ae10cc0c9 100644 (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 */