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 05ff689 commit a838f5bCopy full SHA for a838f5b
src/Renci.SshNet/Security/KeyExchangeEC.cs
@@ -4,7 +4,7 @@
4
5
namespace Renci.SshNet.Security
6
{
7
- internal abstract partial class KeyExchangeEC : KeyExchange
+ internal abstract class KeyExchangeEC : KeyExchange
8
9
#pragma warning disable SA1401 // Fields should be private
10
/// <summary>
src/Renci.SshNet/Security/KeyExchangeECDH.BclImpl.cs
- internal abstract partial class KeyExchangeECDH
+ private abstract partial class KeyExchangeECDH
protected sealed class BclImpl : Impl
0 commit comments