Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5016 by doda, Thu Sep 6 03:58:36 2012 UTC revision 5027 by doda, Sat Sep 29 14:10:29 2012 UTC
# Line 245  typedef enum { Line 245  typedef enum {
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26