[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.4 and 1.4.2.1

version 1.4, 2002/01/25 22:07:40 version 1.4.2.1, 2002/06/26 15:30:38
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.4  
changed lines
  Added in v.1.4.2.1