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

Diff for /src/usr.bin/ssh/mac.c between version 1.1 and 1.2

version 1.1, 2001/02/11 12:59:24 version 1.2, 2001/04/05 10:42:51
Line 45 
Line 45 
         { "hmac-md5-96",                EVP_md5, 96 },          { "hmac-md5-96",                EVP_md5, 96 },
         { "hmac-ripemd160",             EVP_ripemd160, 0 },          { "hmac-ripemd160",             EVP_ripemd160, 0 },
         { "hmac-ripemd160@openssh.com", EVP_ripemd160, 0 },          { "hmac-ripemd160@openssh.com", EVP_ripemd160, 0 },
         { NULL,                         NULL, 0 }          { NULL,                         NULL, 0 }
 };  };
   
 int  int

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2