diff --git a/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/HashProviderDispenser.Browser.cs b/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/HashProviderDispenser.Browser.cs index 893339cad6b417..d49be47509f26d 100644 --- a/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/HashProviderDispenser.Browser.cs +++ b/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/HashProviderDispenser.Browser.cs @@ -6,8 +6,9 @@ using System.Runtime.InteropServices; using System.Security.Cryptography; using Microsoft.Win32.SafeHandles; +using Internal.Cryptography; -namespace Internal.Cryptography +namespace System.Security.Cryptography { internal static partial class HashProviderDispenser { diff --git a/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/HashProviderDispenser.OpenSsl.cs b/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/HashProviderDispenser.OpenSsl.cs index ab439c615c9efd..db75677b66ae8f 100644 --- a/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/HashProviderDispenser.OpenSsl.cs +++ b/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/HashProviderDispenser.OpenSsl.cs @@ -6,8 +6,9 @@ using System.Runtime.InteropServices; using System.Security.Cryptography; using Microsoft.Win32.SafeHandles; +using Internal.Cryptography; -namespace Internal.Cryptography +namespace System.Security.Cryptography { internal static partial class HashProviderDispenser {