Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Renci.SshNet/Compression/Zlib.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ namespace Renci.SshNet.Compression
/// <summary>
/// Represents the "zlib" compression algorithm.
/// </summary>
#pragma warning disable CA1724 // Type names should not match namespaces
public class Zlib : Compressor
#pragma warning restore CA1724 // Type names should not match namespaces
{
private readonly ZLibStream _compressor;
private readonly ZLibStream _decompressor;
Expand Down
4 changes: 4 additions & 0 deletions src/Renci.SshNet/Renci.SshNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="[2.4.0,)" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\images\logo\png\SS-NET-icon-h500.png">
<Pack>True</Pack>
Expand Down
10 changes: 0 additions & 10 deletions src/Renci.SshNet/Security/BouncyCastle/.editorconfig

This file was deleted.

121 changes: 0 additions & 121 deletions src/Renci.SshNet/Security/BouncyCastle/asn1/sec/SECNamedCurves.cs

This file was deleted.

40 changes: 0 additions & 40 deletions src/Renci.SshNet/Security/BouncyCastle/asn1/x9/X9Curve.cs

This file was deleted.

This file was deleted.

This file was deleted.

57 changes: 0 additions & 57 deletions src/Renci.SshNet/Security/BouncyCastle/asn1/x9/X9ECPoint.cs

This file was deleted.

Loading