summary refs log tree commit diff
path: root/crypto/src/cms/Pkcs7ProcessableObject.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/cms/Pkcs7ProcessableObject.cs')
-rw-r--r--crypto/src/cms/Pkcs7ProcessableObject.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/cms/Pkcs7ProcessableObject.cs b/crypto/src/cms/Pkcs7ProcessableObject.cs
index 1042b6ff5..2fe37632a 100644
--- a/crypto/src/cms/Pkcs7ProcessableObject.cs
+++ b/crypto/src/cms/Pkcs7ProcessableObject.cs
@@ -2,7 +2,7 @@
 using Org.BouncyCastle.Asn1;
 using Org.BouncyCastle.Cms;
 
-namespace Org.BouncyCastle.cms
+namespace Org.BouncyCastle.Cms
 {
   public class Pkcs7ProcessableObject : CmsProcessable
   {
@@ -45,4 +45,4 @@ namespace Org.BouncyCastle.cms
 
     public object GetContent() => Content;
   }
-}
\ No newline at end of file
+}