Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 141 |
cipher. The first digit is the most preferred cipher, and so on. |
cipher. The first digit is the most preferred cipher, and so on. |
| 142 |
The digit SSH_CIPHER_NONE signifies that any ciphers after it are |
The digit SSH_CIPHER_NONE signifies that any ciphers after it are |
| 143 |
disabled. */ |
disabled. */ |
| 144 |
char CipherOrder[SSH_CIPHER_MAX+1]; |
char CipherOrder[SSH_CIPHER_MAX+2]; |
| 145 |
|
|
| 146 |
char KnownHostsFiles[2048]; |
char KnownHostsFiles[2048]; |
| 147 |
int DefaultAuthMethod; |
int DefaultAuthMethod; |
|
|
Legend:
| Removed from v.7363 |
|
| changed lines |
| |
Added in v.7455 |
|
|
|