summary refs log tree commit diff
path: root/crypto/src/openpgp/WrappedGeneratorStream.cs
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2015-10-16 20:12:28 -0400
committerOren Novotny <oren@novotny.org>2015-10-16 20:12:28 -0400
commit424bd67b1ab4a909dd6f1d598ad862c30b90c4c6 (patch)
treea0eee2d51cde61950401a6da34c23da8dcc37e76 /crypto/src/openpgp/WrappedGeneratorStream.cs
parentMerge branch 'master' into master-vs12 (diff)
parentPort of non-blocking TLS API from Java (diff)
downloadBouncyCastle.NET-ed25519-424bd67b1ab4a909dd6f1d598ad862c30b90c4c6.tar.xz
Merge branch 'master' into master-vs12
Diffstat (limited to 'crypto/src/openpgp/WrappedGeneratorStream.cs')
-rw-r--r--crypto/src/openpgp/WrappedGeneratorStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/openpgp/WrappedGeneratorStream.cs b/crypto/src/openpgp/WrappedGeneratorStream.cs

index 6fc7329af..cdc9befb3 100644 --- a/crypto/src/openpgp/WrappedGeneratorStream.cs +++ b/crypto/src/openpgp/WrappedGeneratorStream.cs
@@ -1,6 +1,6 @@ using System.IO; -using Org.BouncyCastle.Asn1.Utilities; +using Org.BouncyCastle.Utilities.IO; namespace Org.BouncyCastle.Bcpg.OpenPgp {