summary refs log tree commit diff
path: root/crypto/src/util/io/LimitedInputStream.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-01-27 12:51:18 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-01-27 12:51:18 +0700
commit0c21bca32d3ac397ada9be1f0482540f7247f7cf (patch)
tree6053bb9606d6e8c2047a2cdd766c658dad19ec11 /crypto/src/util/io/LimitedInputStream.cs
parentMisc. cleanup after bc-fips-csharp updates (diff)
downloadBouncyCastle.NET-ed25519-0c21bca32d3ac397ada9be1f0482540f7247f7cf.tar.xz
MIsc. cleanup
Diffstat (limited to 'crypto/src/util/io/LimitedInputStream.cs')
-rw-r--r--crypto/src/util/io/LimitedInputStream.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/src/util/io/LimitedInputStream.cs b/crypto/src/util/io/LimitedInputStream.cs

index d6616eff5..4c6aac631 100644 --- a/crypto/src/util/io/LimitedInputStream.cs +++ b/crypto/src/util/io/LimitedInputStream.cs
@@ -1,5 +1,4 @@ -using Org.BouncyCastle.Utilities.Zlib; -using System; +using System; using System.IO; namespace Org.BouncyCastle.Utilities.IO