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 4367 by yutakapon, Sat Mar 5 14:52:45 2011 UTC revision 4374 by doda, Tue Mar 8 01:00:58 2011 UTC
# Line 208  enum ssh_keytype { Line 208  enum ssh_keytype {
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

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