1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-10 13:23:49 +00:00

Added support for Windows built-in OpenSSL.

This commit is contained in:
Ylian Saint-Hilaire
2021-03-02 18:32:47 -08:00
parent 31a62a585f
commit bb6c85c5a7
23 changed files with 25922 additions and 17 deletions

View File

@@ -374,6 +374,15 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to OpenSSH.
/// </summary>
internal static string OpenSSHAppName {
get {
return ResourceManager.GetString("OpenSSHAppName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PuTTY SSH client.
/// </summary>