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

Diff for /src/usr.bin/ssh/Attic/ssh_md5.h between version 1.1 and 1.2

version 1.1, 1999/09/26 20:53:38 version 1.2, 1999/09/28 04:45:37
Line 19 
Line 19 
 #define MD5Transform ssh_MD5Transform  #define MD5Transform ssh_MD5Transform
 void MD5Transform(uint32 buf[4], const unsigned char in[64]);  void MD5Transform(uint32 buf[4], const unsigned char in[64]);
   
 /*  
  * This is needed to make RSAREF happy on some MS-DOS compilers.  
  */  
 typedef struct MD5Context MD5_CTX;  
   
 #endif /* !MD5_H */  #endif /* !MD5_H */

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