summary refs log tree commit diff
path: root/crypto/src/asn1/x509/DistributionPoint.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/x509/DistributionPoint.cs')
-rw-r--r--crypto/src/asn1/x509/DistributionPoint.cs1
1 files changed, 1 insertions, 0 deletions
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: