[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.2.4.1 and 1.2.4.2

version 1.2.4.1, 2002/03/07 17:37:46 version 1.2.4.2, 2002/06/22 07:23:17
Line 36 
Line 36 
   
 struct {  struct {
         char            *name;          char            *name;
         EVP_MD *        (*mdfunc)(void);          const EVP_MD *  (*mdfunc)(void);
         int             truncatebits;   /* truncate digest if != 0 */          int             truncatebits;   /* truncate digest if != 0 */
 } macs[] = {  } macs[] = {
         { "hmac-sha1",                  EVP_sha1, 0, },          { "hmac-sha1",                  EVP_sha1, 0, },

Legend:
Removed from v.1.2.4.1  
changed lines
  Added in v.1.2.4.2