Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10254 by doda, Fri Sep 9 09:40:57 2022 UTC revision 10509 by nmaya, Tue Jan 17 23:13:14 2023 UTC
# Line 211  typedef struct _TS_SSH { Line 211  typedef struct _TS_SSH {
211    
212          BOOL KexKeyLogging;          BOOL KexKeyLogging;
213          wchar_t KexKeyLogFile[1024];          wchar_t KexKeyLogFile[1024];
214    
215            // Sign algorithm order
216            //   for publickey authentication (not for server hostkey)
217            //   for RSA key only
218            char RSAPubkeySignAlgorithmOrder[RSA_PUBKEY_SIGN_ALGO_MAX+1];
219  } TS_SSH;  } TS_SSH;
220    
221  typedef struct _TInstVar {  typedef struct _TInstVar {

Legend:
Removed from v.10254  
changed lines
  Added in v.10509

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26