Skip to content

Commit 5087d4d

Browse files
scott-xuRob-Hague
andauthored
Update src/Renci.SshNet/Security/KeyExchangeEC.BclImpl.cs
Co-authored-by: Rob Hague <rob.hague00@gmail.com>
1 parent cc10cc9 commit 5087d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/Security/KeyExchangeEC.BclImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Renci.SshNet.Security
66
{
77
internal abstract partial class KeyExchangeEC
88
{
9-
protected internal sealed class BclImpl : Impl
9+
protected sealed class BclImpl : Impl
1010
{
1111
private readonly ECCurve _curve;
1212
private readonly ECDiffieHellman _clientECDH;

0 commit comments

Comments
 (0)