[BACK]Return to kex.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/kex.h between version 1.61 and 1.62

version 1.61, 2014/01/25 10:12:50 version 1.62, 2014/01/27 18:58:14
Line 102 
Line 102 
         u_int   key_len;          u_int   key_len;
         int     type;          int     type;
         int     etm;            /* Encrypt-then-MAC */          int     etm;            /* Encrypt-then-MAC */
         const EVP_MD    *evp_md;          struct ssh_hmac_ctx     *hmac_ctx;
         HMAC_CTX        evp_ctx;          struct umac_ctx         *umac_ctx;
         struct umac_ctx *umac_ctx;  
 };  };
 struct Comp {  struct Comp {
         int     type;          int     type;

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62