|
@@ -27,8 +27,8 @@ enum TGssLib { gssGssApi32, gssSspi, gssCustom };
|
|
#define GSSLIB_COUNT (gssCustom+1)
|
|
#define GSSLIB_COUNT (gssCustom+1)
|
|
// names have to match PuTTY registry entries (see settings.c)
|
|
// names have to match PuTTY registry entries (see settings.c)
|
|
enum TSshBug { sbIgnore1, sbPlainPW1, sbRSA1, sbHMAC2, sbDeriveKey2, sbRSAPad2,
|
|
enum TSshBug { sbIgnore1, sbPlainPW1, sbRSA1, sbHMAC2, sbDeriveKey2, sbRSAPad2,
|
|
- sbPKSessID2, sbRekey2, sbMaxPkt2, sbIgnore2, sbOldGex2, sbWinAdj };
|
|
|
|
-#define BUG_COUNT (sbWinAdj+1)
|
|
|
|
|
|
+ sbPKSessID2, sbRekey2, sbMaxPkt2, sbIgnore2, sbOldGex2, sbWinAdj, sbChanReq };
|
|
|
|
+#define BUG_COUNT (sbChanReq+1)
|
|
enum TSftpBug { sbSymlink, sbSignedTS };
|
|
enum TSftpBug { sbSymlink, sbSignedTS };
|
|
#define SFTP_BUG_COUNT (sbSignedTS+1)
|
|
#define SFTP_BUG_COUNT (sbSignedTS+1)
|
|
extern const wchar_t * PingTypeNames;
|
|
extern const wchar_t * PingTypeNames;
|