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 6983 by doda, Sat Nov 25 15:26:35 2017 UTC revision 6984 by doda, Sat Nov 25 15:26:39 2017 UTC
# Line 535  struct Enc { Line 535  struct Enc {
535  };  };
536    
537  struct Mac {  struct Mac {
538          char            *name;          char            *name;
539          int             enabled;          int             enabled;
540          const EVP_MD    *md;          const EVP_MD    *md;
541          int             mac_len;          unsigned int    mac_len;
542          u_char          *key;          u_char          *key;
543          int             key_len;          unsigned int    key_len;
544          int             etm;          int             etm;
545  };  };
546    
547  struct Comp {  struct Comp {

Legend:
Removed from v.6983  
changed lines
  Added in v.6984

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