We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc10cc9 commit 5087d4dCopy full SHA for 5087d4d
src/Renci.SshNet/Security/KeyExchangeEC.BclImpl.cs
@@ -6,7 +6,7 @@ namespace Renci.SshNet.Security
6
{
7
internal abstract partial class KeyExchangeEC
8
9
- protected internal sealed class BclImpl : Impl
+ protected sealed class BclImpl : Impl
10
11
private readonly ECCurve _curve;
12
private readonly ECDiffieHellman _clientECDH;
0 commit comments