From 1e6707bb602a4b412537111b2af100321abf9874 Mon Sep 17 00:00:00 2001 From: David Hook Date: Mon, 12 Oct 2015 17:04:10 +1100 Subject: Introduced Utilities.IO.FilterStream --- crypto/src/openpgp/WrappedGeneratorStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src/openpgp/WrappedGeneratorStream.cs') 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 { -- cgit 1.5.1