summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_mac.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-02-17 23:21:01 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-02-17 23:21:01 +0000
commit3d8accc3ae7a6899ac67719bd9e7f24892de4f21 (patch)
tree643461a5d79c2810fe428a50e545af3cb1285651 /crypto/asn1/asn1_mac.h
parenta49498969e998701c63ec84f0f69a719f5e4fc6a (diff)
Fuller authority key id support, partial support for private key usage extension
and really fix the ASN.1 IMPLICIT bug this time :-)
Diffstat (limited to 'crypto/asn1/asn1_mac.h')
-rw-r--r--crypto/asn1/asn1_mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/asn1_mac.h b/crypto/asn1/asn1_mac.h
index e4cb3117ad..41bf4072a2 100644
--- a/crypto/asn1/asn1_mac.h
+++ b/crypto/asn1/asn1_mac.h
@@ -135,7 +135,7 @@ err:\
}
#define M_ASN1_D2I_get_imp(b,func, type) \
- M_ASN1_next=(_tmp& ~V_ASN1_PRIMATIVE_TAG)|type; \
+ M_ASN1_next=(_tmp& V_ASN1_CONSTRUCTED)|type; \
c.q=c.p; \
if (func(&(b),&c.p,c.slen) == NULL) \
{c.line=__LINE__; M_ASN1_next_prev = _tmp; goto err; } \