summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1t.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-09-03 00:44:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-09-03 00:44:08 +0000
commit0c072a0b46648466670c0b70c5998ffbf7a84725 (patch)
treebc628abcf2e0574c4d18dd73ee3cf5a096480222 /crypto/asn1/asn1t.h
parentc11c64fbe0c0d3d8eb3bdbda368805dc58d55b90 (diff)
Update asn1t.h too for ASN1 print.
Diffstat (limited to 'crypto/asn1/asn1t.h')
-rw-r--r--crypto/asn1/asn1t.h2
1 files changed, 1 insertions, 1 deletions
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 */