aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/asn1/x_crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/asn1/x_crl.c')
-rw-r--r--openssl/crypto/asn1/x_crl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/crypto/asn1/x_crl.c b/openssl/crypto/asn1/x_crl.c
index c51c690ba..3f03efbe6 100644
--- a/openssl/crypto/asn1/x_crl.c
+++ b/openssl/crypto/asn1/x_crl.c
@@ -270,6 +270,7 @@ static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
{
/* We handle IDP and deltas */
if ((nid == NID_issuing_distribution_point)
+ || (nid == NID_authority_key_identifier)
|| (nid == NID_delta_crl))
break;;
crl->flags |= EXFLAG_CRITICAL;