Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| 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 |
| 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 |
|
|
|