From 44cbbe9d31ed9ef5169a66aa57188df15a25633c Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Tue, 7 Feb 2023 12:34:02 +0700 Subject: CHOICE cannot be implicitly tagged --- crypto/src/asn1/x509/DistributionPoint.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/src/asn1/x509') diff --git a/crypto/src/asn1/x509/DistributionPoint.cs b/crypto/src/asn1/x509/DistributionPoint.cs index 077c9321e..4dcfc5668 100644 --- a/crypto/src/asn1/x509/DistributionPoint.cs +++ b/crypto/src/asn1/x509/DistributionPoint.cs @@ -42,6 +42,7 @@ namespace Org.BouncyCastle.Asn1.X509 switch (t.TagNo) { case 0: + // CHOICE so explicit m_distributionPoint = DistributionPointName.GetInstance(t, true); break; case 1: -- cgit 1.4.1