Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h

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

revision 2816 by yutakakn, Sat Apr 23 17:26:57 2005 UTC revision 2831 by yutakakn, Sat Jul 9 05:16:06 2005 UTC
# Line 52  See LICENSE.TXT for the license. Line 52  See LICENSE.TXT for the license.
52  #include <stdlib.h>  #include <stdlib.h>
53  #include <crtdbg.h>  #include <crtdbg.h>
54    
 #include "teraterm.h"  
 #include "tttypes.h"  
 #include "ttplugin.h"  
55    
56  typedef struct _TInstVar FAR * PTInstVar;  typedef struct _TInstVar FAR * PTInstVar;
57    
# Line 70  typedef struct _TInstVar FAR * PTInstVar Line 67  typedef struct _TInstVar FAR * PTInstVar
67  #include <openssl/evp.h>  #include <openssl/evp.h>
68  #include "buffer.h"  #include "buffer.h"
69    
70    /* tttypes.h で定義されている EM マクロが openssl/rsa.h (OpenSSL 0.9.8)の関数プロトタイプ宣言に
71     * ある引数名と重複してしまうので、ビルドエラーとなる。下記3ヘッダのinclude位置を下記に移動した。
72     * (2005.7.9 yutaka)
73     */
74    #include "teraterm.h"
75    #include "tttypes.h"
76    #include "ttplugin.h"
77    
78  HANDLE hInst; /* Instance handle of TTXSSH.DLL */  HANDLE hInst; /* Instance handle of TTXSSH.DLL */
79    
80  #define ID_ABOUTMENU 62501  #define ID_ABOUTMENU 62501
# Line 240  void get_file_version(char *exefile, int Line 245  void get_file_version(char *exefile, int
245    
246  /*  /*
247   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
248     * Revision 1.12  2005/04/23 17:26:57  yutakakn
249     * キー作成ダイアログの追加。
250     *
251   * Revision 1.11  2005/04/03 14:39:48  yutakakn   * Revision 1.11  2005/04/03 14:39:48  yutakakn
252   * SSH2 channel lookup機構の追加(ポートフォワーディングのため)。   * SSH2 channel lookup機構の追加(ポートフォワーディングのため)。
253   * TTSSH 2.10で追加したlog dump機構において、DH鍵再作成時にbuffer freeで   * TTSSH 2.10で追加したlog dump機構において、DH鍵再作成時にbuffer freeで

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

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