Skip to content

Commit a838f5b

Browse files
committed
cleanup
1 parent 05ff689 commit a838f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Renci.SshNet/Security/KeyExchangeEC.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Renci.SshNet.Security
66
{
7-
internal abstract partial class KeyExchangeEC : KeyExchange
7+
internal abstract class KeyExchangeEC : KeyExchange
88
{
99
#pragma warning disable SA1401 // Fields should be private
1010
/// <summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Renci.SshNet.Security
66
{
7-
internal abstract partial class KeyExchangeECDH
7+
private abstract partial class KeyExchangeECDH
88
{
99
protected sealed class BclImpl : Impl
1010
{

0 commit comments

Comments
 (0)