summary refs log tree commit diff
path: root/crypto/src/openpgp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/openpgp')
-rw-r--r--crypto/src/openpgp/PgpCompressedData.cs2
-rw-r--r--crypto/src/openpgp/PgpCompressedDataGenerator.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/openpgp/PgpCompressedData.cs b/crypto/src/openpgp/PgpCompressedData.cs
index c841b7474..fc7d200d0 100644
--- a/crypto/src/openpgp/PgpCompressedData.cs
+++ b/crypto/src/openpgp/PgpCompressedData.cs
@@ -1,6 +1,6 @@
 using System.IO;
 
-using Org.BouncyCastle.Apache.Bzip2;
+using Org.BouncyCastle.Bzip2;
 using Org.BouncyCastle.Utilities.Zlib;
 
 namespace Org.BouncyCastle.Bcpg.OpenPgp
diff --git a/crypto/src/openpgp/PgpCompressedDataGenerator.cs b/crypto/src/openpgp/PgpCompressedDataGenerator.cs
index 51b645279..88a1070d1 100644
--- a/crypto/src/openpgp/PgpCompressedDataGenerator.cs
+++ b/crypto/src/openpgp/PgpCompressedDataGenerator.cs
@@ -1,7 +1,7 @@
 using System;
 using System.IO;
 
-using Org.BouncyCastle.Apache.Bzip2;
+using Org.BouncyCastle.Bzip2;
 using Org.BouncyCastle.Utilities;
 using Org.BouncyCastle.Utilities.Zlib;