summary refs log tree commit diff
path: root/crypto/BouncyCastle.Android.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2021-11-08 20:14:47 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2021-11-08 20:14:47 +0700
commit2f23f0acb5dba40ed9fb7e9d340c0dfaf3db035b (patch)
tree99ea424d4c8718f8db82a945d082c5f0f9e49bc8 /crypto/BouncyCastle.Android.csproj
parentASN.1 refactoring (diff)
downloadBouncyCastle.NET-ed25519-2f23f0acb5dba40ed9fb7e9d340c0dfaf3db035b.tar.xz
Lazy ASN.1 enumeration and refactoring
Diffstat (limited to 'crypto/BouncyCastle.Android.csproj')
-rw-r--r--crypto/BouncyCastle.Android.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj
index 165e97219..3e75ff3a4 100644
--- a/crypto/BouncyCastle.Android.csproj
+++ b/crypto/BouncyCastle.Android.csproj
@@ -137,8 +137,9 @@
     <Compile Include="src\asn1\IAsn1String.cs" />
     <Compile Include="src\asn1\IndefiniteLengthInputStream.cs" />
     <Compile Include="src\asn1\LazyASN1InputStream.cs" />
-    <Compile Include="src\asn1\LazyDERSequence.cs" />
-    <Compile Include="src\asn1\LazyDERSet.cs" />
+    <Compile Include="src\asn1\LazyDLEnumerator.cs" />
+    <Compile Include="src\asn1\LazyDLSequence.cs" />
+    <Compile Include="src\asn1\LazyDLSet.cs" />
     <Compile Include="src\asn1\LimitedInputStream.cs" />
     <Compile Include="src\asn1\OidTokenizer.cs" />
     <Compile Include="src\asn1\anssi\ANSSINamedCurves.cs" />