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

Diff for /src/usr.bin/ssh/hmac.h between version 1.2 and 1.3

version 1.2, 2000/09/07 20:27:51 version 1.3, 2000/12/19 23:17:56
Line 24 
Line 24 
 #ifndef HMAC_H  #ifndef HMAC_H
 #define HMAC_H  #define HMAC_H
   
 unsigned char *  u_char *
 hmac(  hmac(
     EVP_MD *evp_md,      EVP_MD *evp_md,
     unsigned int seqno,      u_int seqno,
     unsigned char *data, int datalen,      u_char *data, int datalen,
     unsigned char *key, int len);      u_char *key, int len);
   
 #endif  #endif

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