Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 535 |
}; |
}; |
| 536 |
|
|
| 537 |
struct Mac { |
struct Mac { |
| 538 |
char *name; |
char *name; |
| 539 |
int enabled; |
int enabled; |
| 540 |
const EVP_MD *md; |
const EVP_MD *md; |
| 541 |
int mac_len; |
unsigned int mac_len; |
| 542 |
u_char *key; |
u_char *key; |
| 543 |
int key_len; |
unsigned int key_len; |
| 544 |
int etm; |
int etm; |
| 545 |
}; |
}; |
| 546 |
|
|
| 547 |
struct Comp { |
struct Comp { |
|
|
Legend:
| Removed from v.6983 |
|
| changed lines |
| |
Added in v.6984 |
|
|
|