Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 66 |
#include "fwd.h" |
#include "fwd.h" |
| 67 |
|
|
| 68 |
#include <openssl/dh.h> |
#include <openssl/dh.h> |
| 69 |
|
#include <openssl/ec.h> |
| 70 |
#include <openssl/evp.h> |
#include <openssl/evp.h> |
| 71 |
#include "buffer.h" |
#include "buffer.h" |
| 72 |
|
|
| 261 |
BOOL origDisableTCPEchoCR; |
BOOL origDisableTCPEchoCR; |
| 262 |
|
|
| 263 |
BOOL nocheck_known_hosts; |
BOOL nocheck_known_hosts; |
| 264 |
|
|
| 265 |
|
EC_KEY *ecdh_client_key; |
| 266 |
} TInstVar; |
} TInstVar; |
| 267 |
|
|
| 268 |
#define LOG_LEVEL_FATAL 5 |
#define LOG_LEVEL_FATAL 5 |
|
|
Legend:
| Removed from v.4307 |
|
| changed lines |
| |
Added in v.4314 |
|
|
|