Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 245 |
KEY_UNSPEC, |
KEY_UNSPEC, |
| 246 |
KEY_MAX = KEY_UNSPEC, |
KEY_MAX = KEY_UNSPEC, |
| 247 |
} ssh_keytype; |
} ssh_keytype; |
| 248 |
#define isECDSAkey(type) ((type) >= KEY_ECDSA256 && (type) <= KEY_ECDSA521) |
#define isFixedLengthKey(type) ((type) >= KEY_DSA && (type) <= KEY_ECDSA521) |
| 249 |
|
|
| 250 |
typedef struct ssh2_host_key { |
typedef struct ssh2_host_key { |
| 251 |
ssh_keytype type; |
ssh_keytype type; |
|
|
Legend:
| Removed from v.5016 |
|
| changed lines |
| |
Added in v.5027 |
|
|
|