Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2006 22:20:06 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/enigma enigma.c
Message-ID:  <200607252220.k6PMK6Ue015180@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607252220.k6PMK6Ue015180>