cvs commit: src/usr.bin/enigma enigma.c

Jung-uk Kim jkim at FreeBSD.org
Tue Jul 25 22:20:06 UTC 2006


jkim        2006-07-25 22:20:05 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/enigma       enigma.c 
  Log:
  Fix 32-bit integer math on 64-bit processor.  Just use int32_t(!) instead
  of incorrect and machine-dependent integer math.  Now we can encrypt a file
  on an i386 and decrypt it on an amd64, and vice versa.
  
  Submitted by:   Andrew Heybey < ath at niksun dot com >
  
  Revision  Changes    Path
  1.9       +3 -10     src/usr.bin/enigma/enigma.c


More information about the cvs-all mailing list