1
0
Эх сурвалжийг харах

Renaming CIPHER_NAME_AES and CIPHER_NAME_ARCFOUR to force dropping the "(SSH-2 only)" suffix in translations which was removed by commit c6b6cb17ef )(Moving SSH-1-only option to less prominent positions on Advanced Site Settings dialog and removing SSH-2-only designations of session options) + Adding the strings to translation ignore list (as the other ciphers are)

Source commit: 3805bb77ff53e3cdcef6e2711050eb30e6605299
Martin Prikryl 9 жил өмнө
parent
commit
3bf52ecfe8

+ 2 - 2
source/resource/TextsWin.h

@@ -432,9 +432,9 @@
 #define CIPHER_NAME_WARN        1794
 #define CIPHER_NAME_3DES        1795
 #define CIPHER_NAME_BLOWFISH    1796
-#define CIPHER_NAME_AES         1797
+#define CIPHER_NAME_AES2        1797
 #define CIPHER_NAME_DES         1798
-#define CIPHER_NAME_ARCFOUR     1799
+#define CIPHER_NAME_ARCFOUR2    1799
 #define CIPHER_NAME_CHACHA20    1800
 #define KEX_NAME_WARN           1801
 #define KEX_NAME_DHGROUP1       1802

+ 2 - 2
source/resource/TextsWin1.rc

@@ -436,9 +436,9 @@ BEGIN
         CIPHER_NAME_WARN, "-- warn below here --"
         CIPHER_NAME_3DES, "3DES"
         CIPHER_NAME_BLOWFISH, "Blowfish"
-        CIPHER_NAME_AES, "AES"
+        CIPHER_NAME_AES2, "AES"
         CIPHER_NAME_DES, "DES"
-        CIPHER_NAME_ARCFOUR, "Arcfour"
+        CIPHER_NAME_ARCFOUR2, "Arcfour"
         CIPHER_NAME_CHACHA20, "ChaCha20"
         KEX_NAME_WARN, "-- warn below here --"
         KEX_NAME_DHGROUP1, "Diffie-Hellman group 1"