[BACK]Return to blowfish.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_ntl / crypt / blowfish

Diff for /OpenXM/src/ox_ntl/crypt/blowfish/blowfish.c between version 1.1 and 1.2

version 1.1, 2004/07/22 12:12:05 version 1.2, 2004/09/20 00:10:24
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/ox_ntl/crypt/blowfish/blowfish.c,v 1.1 2004/07/22 12:12:05 iwane Exp $ */
   
 /*  /*
  * BLOWFISH: Bruce Schneier   * BLOWFISH: Bruce Schneier
Line 12 
Line 12 
 #include "config.h"  #include "config.h"
 #endif  #endif
   
   #include <unistd.h>
   
   
 static uint32_t  static uint32_t

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>