From de12116417081f7b834bca4a583f97169040ce52 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 16 Nov 2006 00:19:39 +0000 Subject: Initial, incomplete support for typesafe macros without using function casts. --- crypto/asn1/tasn_prn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/asn1/tasn_prn.c') diff --git a/crypto/asn1/tasn_prn.c b/crypto/asn1/tasn_prn.c index cf4c4ab374..d9f32bd890 100644 --- a/crypto/asn1/tasn_prn.c +++ b/crypto/asn1/tasn_prn.c @@ -533,7 +533,7 @@ static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld, { ASN1_TYPE *atype = (ASN1_TYPE *)*fld; utype = atype->type; - fld = (ASN1_VALUE **)&atype->value.ptr; + fld = &atype->value.asn1_value; str = (ASN1_STRING *)*fld; if (pctx->flags & ASN1_PCTX_FLAGS_NO_ANY_TYPE) pname = NULL; -- cgit v1.2.3