diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-04-06 12:22:52 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-04-06 12:22:52 +0700 |
commit | e9a17a4811d21de72e8f36f7b423fe44c2cb1cf6 (patch) | |
tree | b53100dc6e69482b09139e62c1fc20b6e0129fb3 /crypto/src | |
parent | Remove redundant Mac.Init calls (diff) | |
download | BouncyCastle.NET-ed25519-e9a17a4811d21de72e8f36f7b423fe44c2cb1cf6.tar.xz |
Move NullOutputStream to util/io
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/util/io/NullOutputStream.cs (renamed from crypto/src/cms/NullOutputStream.cs) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/src/cms/NullOutputStream.cs b/crypto/src/util/io/NullOutputStream.cs index ed937bdeb..13877fa13 100644 --- a/crypto/src/cms/NullOutputStream.cs +++ b/crypto/src/util/io/NullOutputStream.cs @@ -1,8 +1,6 @@ using System; -using Org.BouncyCastle.Utilities.IO; - -namespace Org.BouncyCastle.Cms +namespace Org.BouncyCastle.Utilities.IO { internal class NullOutputStream : BaseOutputStream |