Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 3146 by maya, Thu Sep 11 06:57:52 2008 UTC revision 3171 by maya, Sat Nov 22 11:05:40 2008 UTC
# Line 104  typedef struct _TS_SSH { Line 104  typedef struct _TS_SSH {
104             cipher. The first digit is the most preferred cipher, and so on.             cipher. The first digit is the most preferred cipher, and so on.
105             The digit SSH_CIPHER_NONE signifies that any ciphers after it are             The digit SSH_CIPHER_NONE signifies that any ciphers after it are
106             disabled. */             disabled. */
107          char CipherOrder[16];          char CipherOrder[SSH_CIPHER_MAX+1];
108    
109          char KnownHostsFiles[2048];          char KnownHostsFiles[2048];
110          int DefaultAuthMethod;          int DefaultAuthMethod;

Legend:
Removed from v.3146  
changed lines
  Added in v.3171

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