Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 248 |
#define LOG_LEVEL_URGENT 20 |
#define LOG_LEVEL_URGENT 20 |
| 249 |
#define LOG_LEVEL_WARNING 30 |
#define LOG_LEVEL_WARNING 30 |
| 250 |
#define LOG_LEVEL_VERBOSE 100 |
#define LOG_LEVEL_VERBOSE 100 |
| 251 |
|
#define LOG_LEVEL_SSHDUMP 200 |
| 252 |
|
|
| 253 |
#define SSHv1(pvar) ((pvar)->protocol_major == 1) |
#define SSHv1(pvar) ((pvar)->protocol_major == 1) |
| 254 |
#define SSHv2(pvar) ((pvar)->protocol_major == 2) |
#define SSHv2(pvar) ((pvar)->protocol_major == 2) |
|
|
Legend:
| Removed from v.3134 |
|
| changed lines |
| |
Added in v.3142 |
|
|
|