Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 208 |
KEY_UNSPEC, |
KEY_UNSPEC, |
| 209 |
KEY_MAX = KEY_UNSPEC, |
KEY_MAX = KEY_UNSPEC, |
| 210 |
}; |
}; |
| 211 |
|
#define isECDSAkey(type) ((type) >= KEY_ECDSA256 && (type) <= KEY_ECDSA521) |
| 212 |
|
|
| 213 |
typedef struct ssh2_host_key { |
typedef struct ssh2_host_key { |
| 214 |
enum ssh_keytype type; |
enum ssh_keytype type; |
|
|
Legend:
| Removed from v.4367 |
|
| changed lines |
| |
Added in v.4374 |
|
|
|