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

Diff for /src/usr.bin/rsync/hash.c between version 1.2 and 1.3

version 1.2, 2019/02/10 23:24:14 version 1.3, 2019/02/13 05:41:35
Line 21 
Line 21 
 #include <stdint.h>  #include <stdint.h>
 #include <stdlib.h>  #include <stdlib.h>
   
   #include <openssl/md4.h>
   
 #include "extern.h"  #include "extern.h"
 #include "md4.h"  
   
 /*  /*
  * A fast 32-bit hash.   * A fast 32-bit hash.

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