summary refs log tree commit diff
path: root/crypto/src/asn1/DerApplicationSpecific.cs
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2016-01-05 08:38:03 -0500
committerOren Novotny <oren@novotny.org>2016-01-05 08:38:03 -0500
commitd74e0ee364cfde298eb077d9cd58d452c0aa0329 (patch)
tree53f1061193bd3c2e58e2ee91de33ea3b2c4221ec /crypto/src/asn1/DerApplicationSpecific.cs
parentUpdate description (diff)
parentUpdate versions and release notes for release 1.8.1 (diff)
downloadBouncyCastle.NET-ed25519-d74e0ee364cfde298eb077d9cd58d452c0aa0329.tar.xz
Merge branch 'master' into pcl
Diffstat (limited to 'crypto/src/asn1/DerApplicationSpecific.cs')
-rw-r--r--crypto/src/asn1/DerApplicationSpecific.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/DerApplicationSpecific.cs b/crypto/src/asn1/DerApplicationSpecific.cs

index 9149930e0..52467fabe 100644 --- a/crypto/src/asn1/DerApplicationSpecific.cs +++ b/crypto/src/asn1/DerApplicationSpecific.cs
@@ -48,7 +48,7 @@ namespace Org.BouncyCastle.Asn1 byte[] data = asn1Obj.GetDerEncoded(); - this.isConstructed = isExplicit || asn1Obj is Asn1Set || asn1Obj is Asn1Sequence; + this.isConstructed = Asn1TaggedObject.IsConstructed(isExplicit, asn1Obj); this.tag = tag; if (isExplicit)