Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 38 |
#include <openssl/evp.h> |
#include <openssl/evp.h> |
| 39 |
|
|
| 40 |
|
|
| 41 |
|
#define DEBUG_PRINT_TO_FILE(base, msg, len) { \ |
| 42 |
|
static int count = 0; \ |
| 43 |
|
debug_print(count + base, msg, len); \ |
| 44 |
|
count++; \ |
| 45 |
|
} |
| 46 |
|
|
| 47 |
|
|
| 48 |
// yutaka |
// yutaka |
| 49 |
#define SSH2_USE |
#define SSH2_USE |
| 50 |
|
|
|
|
Legend:
| Removed from v.2916 |
|
| changed lines |
| |
Added in v.2921 |
|
|
|