diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-08 18:48:03 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-08 18:48:03 +0700 |
commit | 73aa04ea5089c6cc4398ed9ebc5bc0374b011204 (patch) | |
tree | a3781139513c13db9e11356422548a0505f51e2f /crypto/src/util | |
parent | A few more changes to sync up with BouncyCastle-PCL (diff) | |
download | BouncyCastle.NET-ed25519-73aa04ea5089c6cc4398ed9ebc5bc0374b011204.tar.xz |
Needs to be in Org.BouncyCastle namespace for now
Diffstat (limited to 'crypto/src/util')
-rw-r--r-- | crypto/src/util/TypeExtensions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/util/TypeExtensions.cs b/crypto/src/util/TypeExtensions.cs index 203d0a605..cf3141a89 100644 --- a/crypto/src/util/TypeExtensions.cs +++ b/crypto/src/util/TypeExtensions.cs @@ -3,7 +3,7 @@ using System; using System.Reflection; -namespace Org.BouncyCastle.Utilities +namespace Org.BouncyCastle { internal static class TypeExtensions { |