From a9b573b9a90079f0718ecc11b2d5e0e0cf230329 Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Wed, 14 Feb 2024 09:35:40 -0500 Subject: Fix cms imports to conform to casing standards Signed-off-by: Alexander Scheel --- crypto/src/cms/CMSSignedData.cs | 2 +- crypto/src/cms/Pkcs7ProcessableObject.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto') diff --git a/crypto/src/cms/CMSSignedData.cs b/crypto/src/cms/CMSSignedData.cs index 77da9b95d..0d26e3223 100644 --- a/crypto/src/cms/CMSSignedData.cs +++ b/crypto/src/cms/CMSSignedData.cs @@ -5,7 +5,7 @@ using System.IO; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Cms; using Org.BouncyCastle.Asn1.X509; -using Org.BouncyCastle.cms; +using Org.BouncyCastle.Cms; using Org.BouncyCastle.Operators.Utilities; using Org.BouncyCastle.Utilities.Collections; using Org.BouncyCastle.X509; 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 +} -- cgit 1.4.1