Skip to content

Commit 338e205

Browse files
committed
cleanup
1 parent a838f5b commit 338e205

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Renci.SshNet/Security/KeyExchangeECCurve25519.BouncyCastleImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Renci.SshNet.Security
88
{
99
internal partial class KeyExchangeECCurve25519
1010
{
11-
protected internal sealed class BouncyCastleImpl : Impl
11+
protected sealed class BouncyCastleImpl : Impl
1212
{
1313
private X25519Agreement _keyAgreement;
1414

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace Renci.SshNet.Security
66
{
7-
private abstract partial class KeyExchangeECDH
7+
internal abstract partial class KeyExchangeECDH
88
{
9-
protected sealed class BclImpl : Impl
9+
private sealed class BclImpl : Impl
1010
{
1111
private readonly ECCurve _curve;
1212
private readonly ECDiffieHellman _clientECDH;

0 commit comments

Comments
 (0)