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 2831 by yutakakn, Sat Jul 9 05:16:06 2005 UTC revision 2833 by yutakakn, Sat Jul 9 17:08:47 2005 UTC
# Line 185  typedef struct _TInstVar { Line 185  typedef struct _TInstVar {
185    SSHCipher stoc_cipher;    SSHCipher stoc_cipher;
186    enum hmac_type ctos_hmac;    enum hmac_type ctos_hmac;
187    enum hmac_type stoc_hmac;    enum hmac_type stoc_hmac;
188      int ctos_compression;
189      int stoc_compression;
190    int we_need;    int we_need;
191    int key_done;    int key_done;
192    int rekeying;    int rekeying;
# Line 219  typedef struct _TInstVar { Line 221  typedef struct _TInstVar {
221    int keyboard_interactive_done;    int keyboard_interactive_done;
222    int keyboard_interactive_password_input;    int keyboard_interactive_password_input;
223    int userauth_retry_count;    int userauth_retry_count;
224      buffer_t *decomp_buffer;
225  } TInstVar;  } TInstVar;
226    
227  #define LOG_LEVEL_FATAL      5  #define LOG_LEVEL_FATAL      5
# Line 245  void get_file_version(char *exefile, int Line 247  void get_file_version(char *exefile, int
247    
248  /*  /*
249   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
250     * Revision 1.13  2005/07/09 05:16:06  yutakakn
251     * OpenSSL 0.9.8でビルドできるようにした。
252     *
253   * Revision 1.12  2005/04/23 17:26:57  yutakakn   * Revision 1.12  2005/04/23 17:26:57  yutakakn
254   * キー作成ダイアログの追加。   * キー作成ダイアログの追加。
255   *   *

Legend:
Removed from v.2831  
changed lines
  Added in v.2833

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