summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-08 18:48:03 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-08 18:48:03 +0700
commit73aa04ea5089c6cc4398ed9ebc5bc0374b011204 (patch)
treea3781139513c13db9e11356422548a0505f51e2f /crypto/src
parentA few more changes to sync up with BouncyCastle-PCL (diff)
downloadBouncyCastle.NET-ed25519-73aa04ea5089c6cc4398ed9ebc5bc0374b011204.tar.xz
Needs to be in Org.BouncyCastle namespace for now
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/util/TypeExtensions.cs2
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 {